TTMSFNCDateTimePicker Class
Combined date and time picker that exposes date selection and analog or digital time selection.
API unit family: TMSFNCDateTimePicker
Inherits from: TTMSFNCCustomDateTimePicker
Syntax
TTMSFNCDateTimePicker = class(TTMSFNCCustomDateTimePicker)
Properties
| Name |
Description |
| AllowNumericNullValue |
When True, empty numeric date or time input is accepted without forcing a numeric value. (inherited from TTMSFNCCustomDateTimePicker) |
| AnalogTimePicker |
Provides direct access to the embedded analog time picker control. (inherited from TTMSFNCCustomDateTimePicker) |
| CloseOnSelection |
When True, the picker popup closes after a date or time is selected. (inherited from TTMSFNCCustomDateTimePicker) |
| DateEdit |
Provides direct access to the native date edit control. (inherited from TTMSFNCCustomDateTimePicker) |
| DatePicker |
Provides direct access to the embedded date picker control. (inherited from TTMSFNCCustomDateTimePicker) |
| DigitalTimePicker |
Provides direct access to the embedded digital time picker control. (inherited from TTMSFNCCustomDateTimePicker) |
| Editable |
When True, the date and time edit fields can be typed into directly. (inherited from TTMSFNCCustomDateTimePicker) |
| Native |
When True, native platform date and time edit controls are used where available. (inherited from TTMSFNCCustomDateTimePicker) |
| SelectedDateTime |
Gets or sets the combined selected date and time. (inherited from TTMSFNCCustomDateTimePicker) |
| TimeEdit |
Provides direct access to the native time edit control. (inherited from TTMSFNCCustomDateTimePicker) |
| TimePickerMode |
Selects whether the time picker uses analog or digital input. (inherited from TTMSFNCCustomDateTimePicker) |
Methods
| Name |
Description |
| Clear |
Clears the current selection from the date and time edit controls. (inherited from TTMSFNCCustomDateTimePicker) |
Events
| Name |
Description |
| OnDateTimeChanged |
Fires when the selected date or time changes. (inherited from TTMSFNCCustomDateTimePicker) |
Used by