Properties
The following properties are defined in the DateEdit class.
| Name | Access | Type | Initial Value | Description |
|---|---|---|---|---|
| AutoTab | CRW | boolean | $FALSE | Automatically move focus by entering all digits Can be specified since Ver.4.0.0, Mobile Ver.2.0.0 |
| Border | CR | boolean | $TRUE | Frame display |
| DisableHelper | CRW | boolean | $FALSE | Disable calendar display Added since Ver.4.1.0 Not supported in Mobile, AI |
| DisableToday | CRW | boolean | $FALSE | Disable today’s date entry by double-clicking Added since Ver.4.2.0 Not supported in Mobile |
| EditText | CR | String | The character string displayed on the screen Added since Ver.5.0.0 Not supported in Mobile, AI | |
| Format | CR | String | Format string Formats that can be specified since Ver.4.1.0, Mobile Ver.3.0.0 have been added. | |
| HorizontalAlign | CR | integer | $STD | Horizontal alignment |
| InvalidDate | R | boolean | $FALSE | Check invalid dates |
| ShowFormat | CR | boolean | $FALSE | Display the specified contents of the Format property Added since Ver.4.0.3, Mobile Ver.2.0.0 |
| UndecidedStyle | CR | integer | $STD | Behavior when an invalid value is entered |
| Value* | CRW | Date | The value to display in the DateEdit object The Value value is now automatically corrected according to the Format. | |
| VerticalAlign | CR | integer | $STD | Vertical alignment (printing only) Not supported in Mobile, AI |
Access
R: Readable W: Writable C: Initializable
*: default property