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, a SelectedTime of midnight (00:00:00) is treated as "no value" and displayed as an empty text field instead of the formatted time. (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
Sets SelectedTime to midnight (00:00:00); combined with AllowNumericNullValue, this displays the text field as empty instead of showing a formatted time. (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