TTMSFNCAnalogTimeSelectorSettings Class
Behavior settings for the analog time selector: auto (live-clock) mode, UTC time offset, and read-only interaction.
API unit family: TMSFNCAnalogTimeSelector
Inherits from: TPersistent
Syntax
TTMSFNCAnalogTimeSelectorSettings = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Auto | When True, the clock runs automatically, updating every second to show the current time. |
| ReadOnly | When True, the user cannot interactively drag the hands to change the time. |
| TimeOffset | UTC offset in hours added to the current time when Auto is True. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any setting changes. |