TTMSFNCCustomDigitalTimeSelector Class
Base class for the digital time selector that displays time slots in a grid.
API unit family: TMSFNCDigitalTimeSelector
Inherits from: TTMSFNCDefaultSelector
Syntax
TTMSFNCCustomDigitalTimeSelector = class(TTMSFNCDefaultSelector)
Properties
| Name | Description |
|---|---|
| Items | The collection of time slot items displayed in the selector grid. |
| SelectedTime | The currently selected time value. |
Methods
| Name | Description |
|---|---|
| FindItemByTime | Returns the item index corresponding to the given time value, or -1 if not found. |
| FindTimeByItem | Returns the time value associated with the item at the given index. |
| InitSample | Populates the selector with sample time values for design-time preview. |
| InitializePage | Initializes the visible page so that the specified time is shown. |
| NavigateBack | Navigates to the previous page of time slots. |
| NavigateForth | Navigates to the next page of time slots. |