Properties
The following properties are defined in the TextBox class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AutoComplete | CRW | boolean | $FALSE | Whether to perform auto-completion Added since AI Ver.5.0.0 Connot be used in Mobile, AI |
| AutoTab | CRW | boolean | $FALSE | Automatically move focus by entering all digits |
| Border | CR | boolean | $TRUE | Frame display |
| Format | CR | String | Format string Formats that can be specified from Ver3 have been added have been added since Ver.4.1.0, Mobile Ver.3.0.0 | |
| HorizontalAlign | CR | integer | $STD | Horizontal alignment Connot be used in Mobile, AI |
| InputMode | CR | integer | Specifying character types that can be entered Specifiable values have been added since Ver.5.0.3 | |
| MaxLength | CR | integer | Number of character bytes that can be entered (number of characters in Mobile version and Android version) | |
| Password | CR | boolean | $FALSE | Input character mask by* |
| Value* | CRW | String Number Fixed Date UString | Value to display in the text box Added UString since Ver.4.2.0 | |
| VerticalAlign | CR | integer | $STD | Vertical alignment (only when printing) Connot be used in Mobile, AI |
Access
R: Readable W: Writable C: Initializable