Difference between revisions of "Checkbox"

From Lianjapedia
Jump to: navigation, search
Line 11: Line 11:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Caption
+
|valign="top"|Caption
|RW
+
|valign="top"|RW
|Character
+
|valign="top"|Character
|Text displayed in the object's caption
+
|valign="top"|Text displayed in the object's caption
 
|-
 
|-
|Value
+
|valign="top"|Value
|RW
+
|valign="top"|RW
|Numeric or Boolean
+
|valign="top"|Numeric or Boolean
|Object's value
+
|valign="top"|Object's value
 
|-
 
|-
|Readonly
+
|valign="top"|Readonly
|RW
+
|valign="top"|RW
|Boolean
+
|valign="top"|Boolean
|If True, object cannot be modified
+
|valign="top"|If True, object cannot be modified
 
|-
 
|-
|Validation
+
|valign="top"|Validation
|RW
+
|valign="top"|RW
|Character
+
|valign="top"|Character
|String containing boolean expression to validate data entry
+
|valign="top"|String containing boolean expression to validate data entry
 
|-
 
|-
|ValidationErrorMessage
+
|valign="top"|ValidationErrorMessage
|RW
+
|valign="top"|RW
|Character
+
|valign="top"|Character
|Message to be displayed if validation returns False
+
|valign="top"|Message to be displayed if validation returns False
 
|-
 
|-
 
|}
 
|}

Revision as of 07:41, 21 December 2012

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Caption RW Character Text displayed in the object's caption
Value RW Numeric or Boolean Object's value
Readonly RW Boolean If True, object cannot be modified
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message to be displayed if validation returns False

Methods

This class supports the Common methods plus the following:

Method Args Description

Events

This class supports the Common events plus the following:

Event Args Description