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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 10 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.ListView.Types | Вверх к родителю: FGX.ListView.Types ]]
+
* [[ FGX.Types.TfgCollection | Вверх к родителю: TfgCollection ]]
 +
* [[ FGX.ListView.Types | К модулю: FGX.ListView.Types ]]
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgListViewItemCollection = class (TfgCollection)</syntaxhighlight>
 
<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)

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