FGX.Timer.TfgCustomTimer

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску

Delphi

TfgCustomTimer = class (TComponent, IInterfaceComponentReference, IInterface)

Конструкторы

constructor Create(AOwner: TComponent)

Свойства

property Enabled: Boolean

Включить/выключить таймер.

property Interval: Integer

Интервал срабатывания в мсек. события таймера OnTimer .

property Delay: Integer

Задержка в мсек. перед первым срабатыванием.

property Kind: TfgTimerKind

Тип таймера.