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