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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 6: Строка 6:
  
 
<syntaxhighlight lang="Delphi">TfgCollection = class (TCollection)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCollection = class (TCollection)</syntaxhighlight>
 +
 +
== Конструкторы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>constructor</code> || <code>Create(AOwner: TPersistent; const AItemClass: TCollectionItemClass; const AOnInternalChanged: TfgCollectionChanged)</code>
 +
 +
|-
 +
| <code>constructor</code> || <code>Create(AItemClass: TCollectionItemClass; const AOnInternalChanged: TfgCollectionChanged)</code>
 +
 +
|}

Версия 03:20, 10 июня 2019

Delphi

TfgCollection = class (TCollection)

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

constructor Create(AOwner: TPersistent; const AItemClass: TCollectionItemClass; const AOnInternalChanged: TfgCollectionChanged)
constructor Create(AItemClass: TCollectionItemClass; const AOnInternalChanged: TfgCollectionChanged)