Difference between revisions of "Textbox"

From Lianjapedia
Jump to: navigation, search
Line 11: Line 11:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Text
+
 
|RW
+
 
|Character
+
|Object's text value
+
|-
+
|valign="top"|Value
+
|valign="top"|RW
+
|valign="top"|Expr
+
|valign="top"|Object's value, which can be any valid data type
+
|-
+
 
|valign="top"|Alignment
 
|valign="top"|Alignment
 
|valign="top"|RW
 
|valign="top"|RW
 
|valign="top"|Numeric
 
|valign="top"|Numeric
 
|valign="top"|Alignment: 0 = left, 1 = right, 2 = center
 
|valign="top"|Alignment: 0 = left, 1 = right, 2 = center
 +
|-
 +
 +
 +
|InputMask
 +
|RW
 +
|Character
 +
|Input mask to format text
 
|-
 
|-
 
|valign="top"|PasswordChar
 
|valign="top"|PasswordChar
Line 30: Line 29:
 
|valign="top"|Character
 
|valign="top"|Character
 
|valign="top"|Character displayed to hide sensitive data such as passwords
 
|valign="top"|Character displayed to hide sensitive data such as passwords
 +
|-
 +
|Readonly
 +
|RW
 +
|Boolean
 +
|Whether object is read only
 
|-
 
|-
 
|valign="top"|SelectOnEntry
 
|valign="top"|SelectOnEntry
Line 36: Line 40:
 
|valign="top"|Whether value is selected when object is entered
 
|valign="top"|Whether value is selected when object is entered
 
|-
 
|-
|InputMask
+
|Text
 
|RW
 
|RW
 
|Character
 
|Character
|Input mask to format text
+
|Object's text value
 
|-
 
|-
|Readonly
+
|valign="top"|Tooltip
|RW
+
|valign="top"|RW
|Boolean
+
|valign="top"|Character
|Whether object is read only
+
|valign="top"|Text displayed when mouse hovers over object
 
|-
 
|-
 
|valign="top"|Validation
 
|valign="top"|Validation
Line 56: Line 60:
 
|valign="top"|Message displayed if validation returns False
 
|valign="top"|Message displayed if validation returns False
 
|-
 
|-
|valign="top"|Tooltip
+
|valign="top"|Value
 
|valign="top"|RW
 
|valign="top"|RW
|valign="top"|Character
+
|valign="top"|Expr
|valign="top"|Text displayed when mouse hovers over object
+
|valign="top"|Object's value, which can be any valid data type
 
|-
 
|-
 
|}
 
|}

Revision as of 11:27, 29 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
Alignment RW Numeric Alignment: 0 = left, 1 = right, 2 = center
InputMask RW Character Input mask to format text
PasswordChar RW Character Character displayed to hide sensitive data such as passwords
Readonly RW Boolean Whether object is read only
SelectOnEntry RW Boolean Whether value is selected when object is entered
Text RW Character Object's text value
Tooltip RW Character Text displayed when mouse hovers over object
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message displayed if validation returns False
Value RW Expr Object's value, which can be any valid data type

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