TiSevenSegmentClockSMPTE.HourStyle
TiSevenSegmentClockSMPTE
Specifies either a 12 or 24 hour display mode style.
type TiClockHourStyle = (ichs24, ichs12);
property HourStyle : TiClockHourStyle;
Description
Use HourStyle to read or change the hour display style.
These are the possible values:
Value
| Meaning
|
ichs24
| 24 Hour display.
|
ichs12
| 12 Hour display.
|
Example
Delphi
iComponent.HourStyle := ichs12;
C++ Builder
iComponent->HourStyle = ichs12;
Contents | Index | Previous | Next