FGX.ActivityIndicator.TfgCustomActivityIndicator: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 15: | Строка 15: | ||
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code> | | <code>constructor</code> || <code>Create(AOwner: TComponent)</code> | ||
+ | |} | ||
+ | |||
+ | == Методы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">Start()</syntaxhighlight> | ||
+ | Запускает индикатор и делает его видимым. | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">Stop()</syntaxhighlight> | ||
+ | Останавливает индикатор. | ||
|} | |} |
Версия 03:32, 10 июня 2019
Delphi
TfgCustomActivityIndicator = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)
Описание
Контрол-индикатор, отображающий выполнение длительных операций, время которых не возможно оценить.
Конструкторы
constructor |
Create(AOwner: TComponent)
|
Методы
procedure
|
Start()
Запускает индикатор и делает его видимым. |
procedure
|
Stop()
Останавливает индикатор. |