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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 8 промежуточных версий этого же участника)
Строка 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>
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
== Конструкторы ==
  

Текущая версия на 02:51, 1 июля 2019

Delphi

TfgListViewCollectionDataSource = class (TComponent, IFGXListViewDataSource)

TComponent -> TfgListViewCollectionDataSource

Описание

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

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

constructor
Create(AOwner: TComponent)

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

Свойства

property
Items: TfgListViewItemCollection

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