Difference between revisions of "Textbox"

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

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

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