TiSevenSegmentClockSMPTE.Time
TiSevenSegmentClockSMPTE
Specifies the current value displayed by the control.
property Value : TDateTime;
Description
Use Value to get or set the time value the control displays. The FieldNumber number and FrameNumber values must be set independently.
Example
Delphi
iComponent.Time := Now;
C++ Builder
iComponent->Time = Now();
Contents | Index | Previous | Next