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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
 
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
 +
* [[ FGX.ActivityIndicator | К модулю: FGX.ActivityIndicator ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomActivityIndicator = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
+
<syntaxhighlight lang="Delphi">TfgCustomActivityIndicator = class (TfgControl)</syntaxhighlight>
  
Известные прямые наследники:
+
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.ActivityIndicator.TfgCustomActivityIndicator|TfgCustomActivityIndicator]]</span></p>
 +
 
 +
Прямые наследники:
 
[[FGX.ActivityIndicator.TfgActivityIndicator|TfgActivityIndicator]]
 
[[FGX.ActivityIndicator.TfgActivityIndicator|TfgActivityIndicator]]
 
== Описание ==
 
 
Контрол-индикатор, отображающий выполнение длительных операций, время которых не возможно оценить.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
 
== Методы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Start()</code>
 
Запускает индикатор и делает его видимым.
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Stop()</code>
 
Останавливает индикатор.
 
|}
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code>
 
Связь цвета оттенка с ресурсом.
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>IsAnimating: [[Boolean]]</code>
 
Анимируется ли индикатор или нет?
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>HideWhenStopped: [[Boolean]]</code>
 
Скрывать индикатор, когда он остановлен ( '' Enabled = False '' )?
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColor: [[TAlphaColor]]</code>
 
Оттенок индикатора. Значение '' Null '' сбрасывает оттенок на значение по умолчанию.
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TintColorName: [[.TfgAssetName|TfgAssetName]]</code>
 
Ресурс цвета оттенка индикатора.
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultIsAnimating: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHideWhenStopped: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultTintColor: [[TAlphaColor]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 

Версия 01:29, 13 июня 2019