TiSevenSegmentClock.SetTimeNoEvent
TiSevenSegmentClock See Also
Sets the Time property without firing the OnValueChange event.
procedure SetTimeNoEvent(Value: Double);
Description
Use SetValueNoEvent to set the Time property without firing the OnValueChange event.
Example
Delphi
iComponent.SetTimeNoEvent(Now);
C++ Builder
iComponent->SetTimeNoEvent(Now());
Contents | Index | Previous | Next