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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.ListView.DataSource | Вверх к родителю: FGX.ListView.DataSource ]]
 
* [[ FGX.ListView.DataSource | Вверх к родителю: FGX.ListView.DataSource ]]
* [[ FGX.ListView.DataSource.TfgListViewCollectionDataSource_Methods | Методы ]]
 
* [[ FGX.ListView.DataSource.TfgListViewCollectionDataSource_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgListViewCollectionDataSource = class (TComponent, IInterfaceComponentReference, IInterface)</syntaxhighlight>
+
<code lang="Delphi">TfgListViewCollectionDataSource = class (TComponent, IInterfaceComponentReference, IInterface)</code>
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
 
 
|}
 

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

Delphi

TfgListViewCollectionDataSource = class (TComponent, IInterfaceComponentReference, IInterface)