TiSevenSegmentClockSMPTE.SetTimeNoEvent

TiSevenSegmentClockSMPTE

Sets the Time property without firing the OnValueChange event.

procedure
SetTimeNoEvent(Value: Double);

Description

Use SetTimeNoEvent to set the Time property without firing the OnValueChange event.

Example

Delphi

iComponent.SetTimeNoEvent(Now);

C++ Builder

iComponent->SetTimeNoEvent(Now());

Contents | Index | Previous | Next