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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 5: Строка 5:
 
Delphi
 
Delphi
  
<code>TfgCustomTrackBar = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomTrackBar = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
 
 
|}
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|}
 

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

Delphi

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