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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<code>TfgCustomActivityIndicator = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code>
 
<code>TfgCustomActivityIndicator = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code>
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| [[procedure]] || Start()
 +
Запускает индикатор и делает его видимым.
 +
|-
 +
| [[procedure]] || Stop()
 +
Останавливает индикатор.
 +
|}

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

Delphi

TfgCustomActivityIndicator = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)

Методы

procedure Start()

Запускает индикатор и делает его видимым.

procedure Stop()

Останавливает индикатор.