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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 15: Строка 15:
 
| <code>constructor</code> || <code>Create(AOwner: [[TComponent]])</code>
 
| <code>constructor</code> || <code>Create(AOwner: [[TComponent]])</code>
  
 +
|}
 +
 +
== Свойства ==
 +
 +
{| 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|TfgTimerKind]]</code>
 +
Тип таймера.
 
|}
 
|}

Версия 04:11, 10 июня 2019

Delphi

TfgCustomTimer = class (TComponent, IInterfaceComponentReference, IInterface)

Описание

Описание отсутствует.

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

constructor Create(AOwner: TComponent)

Свойства

property Enabled: Boolean

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

property Interval: Integer

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

property Delay: Integer

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

property Kind: TfgTimerKind

Тип таймера.