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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.Timer | Вверх к родителю: FGX.Timer ]]
+
* [[ FGX.Timer.TfgCustomTimer | Вверх к родителю: TfgCustomTimer ]]
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgTimer = class (TfgCustomTimer)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgTimer = class (TfgCustomTimer)</syntaxhighlight>
 
== Описание ==
 
 
Описание отсутствует.
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Enabled: [[Boolean]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Interval: [[Integer]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Delay: [[Integer]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Kind: [[.TfgTimerKind|TfgTimerKind]]</code>
 
 
|}
 
 
== События ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTimer: [[TNotifyEvent]]</code>
 
 
|}
 

Версия 23:37, 11 июня 2019

Delphi

TfgTimer = class (TfgCustomTimer)