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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 13: Строка 13:
 
| <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">IncProgress(const AStep: Integer)</syntaxhighlight>
 +
Увеличивает текущее значение '' Progress '' на '' AStep '' .
 
|}
 
|}

Версия 03:18, 10 июня 2019

Delphi

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

Конструкторы

constructor Create(AOwner: TComponent)

Методы

procedure
IncProgress(const AStep: Integer)

Увеличивает текущее значение Progress на AStep .