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