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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 7: Строка 7:
  
 
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Timer.TfgCustomTimer|TfgCustomTimer]]</span> -> <span class="type-border">[[FGX.Timer.TfgTimer|TfgTimer]]</span></p>
 
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Timer.TfgCustomTimer|TfgCustomTimer]]</span> -> <span class="type-border">[[FGX.Timer.TfgTimer|TfgTimer]]</span></p>
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Enabled: [[Boolean]]</code>
 
<p>Включить/выключить таймер.</p><small style="color: red"><small>Описание взято от [[FGX.Timer.TfgCustomTimer.Enabled|Enabled]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Interval: [[Integer]]</code>
 
<p>Интервал срабатывания в мсек. события таймера <i>OnTimer</i> .</p><small style="color: red"><small>Описание взято от [[FGX.Timer.TfgCustomTimer.Interval|Interval]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Delay: [[Integer]]</code>
 
<p>Задержка в мсек. перед первым срабатыванием.</p><small style="color: red"><small>Описание взято от [[FGX.Timer.TfgCustomTimer.Delay|Delay]].</small></small>
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Kind: [[FGX.Platform.TfgTimerKind|TfgTimerKind]]</code>
 
<p>Тип таймера.</p><small style="color: red"><small>Описание взято от [[FGX.Timer.TfgCustomTimer.Kind|Kind]].</small></small>
 
|}
 
 
== События ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">event</syntaxhighlight> || <code>OnTimer: [[TNotifyEvent]]</code>
 
<p>Событие, срабатывающее по прошествии указанного интервала <i>Interval</i> .</p><small style="color: red"><small>Описание взято от [[FGX.Timer.TfgCustomTimer.OnTimer|OnTimer]].</small></small>
 
|}
 

Версия 18:21, 29 июня 2019