TiThreadTimers.Enabled1
TiThreadTimers See Also
Controls whether the timer responds to timer events.
property Enabled1 : Boolean;
Description
Use Enabled1 to enable or disable the timer. If Enabled1 is True, the timer
responds normally. If Enabled1 is False, the timer ignores the OnTimer event. The
default is False.
Example
Delphi
iComponent.Enabled1 := True;
C++ Builder
iComponent->Enabled1 = True;
Contents | Index | Previous | Next