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

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

Версия 23:30, 11 июня 2019

Delphi

TfgListViewCollectionDataSource = class (TComponent, IInterfaceComponentReference, IInterface)