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

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

Версия 02:45, 13 июня 2019

Delphi

TfgListViewCollectionDataSource = class (TComponent, IFGXListViewDataSource)

TComponent -> TfgListViewCollectionDataSource