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