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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 12 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.ListView.DataSource | Вверх к родителю: FGX.ListView.DataSource ]]
+
* [[ 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>
 
 
 
== Конструкторы ==
 
== Конструкторы ==
  
Строка 14: Строка 16:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
+
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
|}
  
Строка 22: Строка 24:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Items: [[FGX.ListView.Types.TfgListViewItemCollection|TfgListViewItemCollection]]</code>
 
| <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

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