Properties
The following properties are defined in the MaskEdit class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AutoTab | CRW | boolean | Automatically move focus by entering all digits | |
| Border | CR | boolean | $TRUE | Frame display |
| EditText | R | String | The character string displayed on the screen | |
| HorizontalAlign | CR | integer | $STD | Horizontal alignment |
| InputMode | CR | integer | Specifying character types that can be entered Specifiable values have been added since Ver.5.0.3 | |
| InvalidText | R | boolean | $FALSE | Existence of invalid input |
| Mask | CRW※ | String | Mask string | |
| UndecidedColor | CR | integer | Display format for incorrect input | |
| Value* | CRW | String | Value to be displayed in mask edit | |
| VerticalAlign | CR | integer | $STD | Vertical alignment (only when printing) Not supported in Mobile, AI |
※The Mobile version is CR.
Access
R: Readable W: Writable C: Initializable
*: default property