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

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

Delphi

TfgListViewCollectionDataSource = class (TComponent, IFGXListViewDataSource)

TComponent -> TfgListViewCollectionDataSource

Описание

Описание отсутствует.

Конструкторы

constructor
Create(AOwner: TComponent)

Описание отсутствует.

Свойства

property
Items: TfgListViewItemCollection

Описание отсутствует.