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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.ListView.Types | Вверх к родителю: FGX.ListView.Types ]]
+
* [[ FGX.Types.TfgCollection | Вверх к родителю: TfgCollection ]]
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgListViewItemCollection = class (TfgCollection)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgListViewItemCollection = class (TfgCollection)</syntaxhighlight>
 
== Описание ==
 
 
Описание отсутствует.
 
 
== Методы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">DoInternalChanged(Item: [[TCollectionItem]]; const Action: [[.TfgCollectionNotification|TfgCollectionNotification]])</code>
 
 
|}
 

Версия 23:30, 11 июня 2019

Delphi

TfgListViewItemCollection = class (TfgCollection)