TTMSFNCAnalogTimePicker Class
Combined text input and drop-down analog clock selector for choosing a time value.
API unit family: TMSFNCAnalogTimePicker
Inherits from: TTMSFNCCustomAnalogTimePicker
Syntax
TTMSFNCAnalogTimePicker = class(TTMSFNCCustomAnalogTimePicker)
Properties
| Name |
Description |
| AllowNumericNullValue |
When True, the text field accepts an empty value to indicate no time is selected. (inherited from TTMSFNCCustomAnalogTimePicker) |
| CloseOnSelection |
When True, selecting a time automatically closes the drop-down popup. (inherited from TTMSFNCCustomAnalogTimePicker) |
| Font |
Font used to render the selected time text in the input field. (inherited from TTMSFNCCustomAnalogTimePicker) |
| Mode |
Controls whether the drop-down shows the analog clock, a numeric input, or both. (inherited from TTMSFNCCustomAnalogTimePicker) |
| SelectedTime |
Currently selected time value. (inherited from TTMSFNCCustomAnalogTimePicker) |
| SelectorAppearance |
Appearance settings for the analog clock selector shown in the drop-down. (inherited from TTMSFNCCustomAnalogTimePicker) |
| TimeFormat |
Format string used to display the selected time in the text field. (inherited from TTMSFNCCustomAnalogTimePicker) |
Methods
| Name |
Description |
| Clear |
Clears the selected time, resetting the input to an empty state. (inherited from TTMSFNCCustomAnalogTimePicker) |
Events
| Name |
Description |
| OnTimeSelected |
Fires when the user selects a time from the analog clock drop-down. (inherited from TTMSFNCCustomAnalogTimePicker) |
Used by