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