TiSevenSegmentClock.Seconds
TiSevenSegmentClock See Also
Specifies the current seconds value displayed by the control.
property Seconds : Integer;
Description
Use Seconds to get or set the seconds value displayed by the control. Seconds
must be in the range of 0-59. Use the Time property to set the hours, minutes, and seconds all at once in TDateTime format.
Example
Delphi
iComponent.Seconds := 6;
C++ Builder
iComponent->Seconds = 6;
Contents | Index | Previous | Next