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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 13: Строка 13:
 
| constructor || Create(AOwner: TComponent)
 
| constructor || Create(AOwner: TComponent)
  
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| procedure || IncProgress(const AStep: Integer)
 +
Увеличивает текущее значение '' Progress '' на '' AStep '' .
 
|}
 
|}

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

Delphi

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

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

constructor Create(AOwner: TComponent)

Методы

procedure IncProgress(const AStep: Integer)

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