Difference between revisions of "Checkbox"

From Lianjapedia
Jump to: navigation, search
m (Yvonne.milne moved page Visage Application Framework - Checkbox to Checkbox without leaving a redirect)
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 
====Properties====
 
====Properties====
  
Line 11: Line 13:
 
|Caption
 
|Caption
 
|RW
 
|RW
|string
+
|Character
|Text displayed next to checkbox
+
|Text displayed in the object's caption
 
|-
 
|-
 
|Value
 
|Value
 
|RW
 
|RW
|boolean
+
|Numeric or Boolean
|Checkbox's current value
+
|Object's value
 
|-
 
|-
 
|Readonly
 
|Readonly
 
|RW
 
|RW
|boolean
+
|Boolean
|Enable/disable the checkbox
+
|If True, object cannot be modified
 
|-
 
|-
 
|Validation
 
|Validation
 
|RW
 
|RW
|string
+
|Character
|
+
|String containing boolean expression to validate data entry
 
|-
 
|-
|Validationerrormessage
+
|ValidationErrorMessage
 
|RW
 
|RW
|string
+
|Character
|
+
|Message to be displayed if validation returns False
 
|-
 
|-
 
|}
 
|}

Revision as of 12:51, 20 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