Textbox

From Lianjapedia
Revision as of 11:27, 29 April 2013 by Helen.george (Talk | contribs)

Jump to: navigation, search

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