FGX.Timer.TfgCustomTimer: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 18: Строка 18:
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>property</code> || <code>Enabled: Boolean</code>
 +
Включить/выключить таймер.
 +
|-
 +
| <code>property</code> || <code>Interval: Integer</code>
 +
Интервал срабатывания в мсек. события таймера '' OnTimer '' .
 +
|-
 +
| <code>property</code> || <code>Delay: Integer</code>
 +
Задержка в мсек. перед первым срабатыванием.
 +
|-
 +
| <code>property</code> || <code>Kind: TfgTimerKind</code>
 +
Тип таймера.
 
|}
 
|}

Версия 23:52, 9 июня 2019

Delphi

TfgCustomTimer = class (TComponent, IInterfaceComponentReference, IInterface)

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

constructor Create(AOwner: TComponent)

Методы

Свойства

property Enabled: Boolean

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

property Interval: Integer

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

property Delay: Integer

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

property Kind: TfgTimerKind

Тип таймера.