Difference between revisions of "Checkbox"

From Lianjapedia
Jump to: navigation, search
Line 16: Line 16:
 
|valign="top"|Text displayed in the object's caption
 
|valign="top"|Text displayed in the object's caption
 
|-
 
|-
|valign="top"|Value
+
 
|valign="top"|RW
+
|valign="top"|Numeric or Boolean
+
|valign="top"|Object's value
+
|-
+
 
|valign="top"|Readonly
 
|valign="top"|Readonly
 
|valign="top"|RW
 
|valign="top"|RW
Line 35: Line 31:
 
|valign="top"|Character
 
|valign="top"|Character
 
|valign="top"|Message to be displayed if validation returns False
 
|valign="top"|Message to be displayed if validation returns False
 +
|-
 +
|valign="top"|Value
 +
|valign="top"|RW
 +
|valign="top"|Numeric or Boolean
 +
|valign="top"|Object's value
 
|-
 
|-
 
|}
 
|}

Revision as of 05:55, 30 April 2013

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
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
Value RW Numeric or Boolean Object's value

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