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