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

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

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

Delphi

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