TiSevenSegmentClockSMPTE.Hours
TiSevenSegmentClockSMPTE
Used to set the hours digits only.
property Hours : Integer;
Description
Use Hours to set or get the hours digits only. Use Time to set hours, minutes,
and seconds all at once.
Example
Delphi
iComponent.Hours := 12;
C++ Builder
iComponent->Hours = 12;
Contents | Index | Previous | Next