TiSevenSegmentClock.Time
TiSevenSegmentClock See Also
Specifies the current Time value displayed by the control.
property Time : TDateTime;
Description
Use Time to get or change the Time value the control displays.
Example
Delphi
iComponent.Time := Now;
C++ Builder
iComponent->Time = Now();
Contents | Index | Previous | Next