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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
 
(summary)
 
(не показаны 23 промежуточные версии этого же участника)
Строка 1: Строка 1:
* [[ FGX.ListView.Types | Up to parent: FGX.ListView.Types ]]
+
* [[ FGX.Types.TfgCollection | Вверх к родителю: TfgCollection ]]
* [[ FGX.ListView.Types.TfgListViewItemCollection_Methods | Methods ]]
+
* [[ FGX.ListView.Types | К модулю: FGX.ListView.Types ]]
* [[ FGX.ListView.Types.TfgListViewItemCollection_Properties | Properties ]]
 
  
 
Delphi
 
Delphi
  
<code>TfgListViewItemCollection = class (TfgCollection)</code>
+
<syntaxhighlight lang="Delphi">TfgListViewItemCollection = class (TfgCollection)</syntaxhighlight>
 +
 
 +
<p class="class-inheritance"><span class="type-border">[[System.Classes.TCollection|TCollection]]</span> -> <span class="type-border">[[FGX.Types.TfgCollection|TfgCollection]]</span> -> <span class="type-border">[[FGX.ListView.Types.TfgListViewItemCollection|TfgListViewItemCollection]]</span></p>
 +
 
 +
== Описание ==
 +
 
 +
<span style="color:gray">Описание отсутствует.</span>
 +
== Методы ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">DoInternalChanged(Item: [[TCollectionItem]]; const Action: [[FGX.Types.TfgCollectionNotification|TfgCollectionNotification]])</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}

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

Delphi

TfgListViewItemCollection = class (TfgCollection)

TCollection -> TfgCollection -> TfgListViewItemCollection

Описание

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

Методы

procedure
DoInternalChanged(Item: TCollectionItem; const Action: TfgCollectionNotification)

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