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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 11 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.Types | Вверх к родителю: FGX.Types ]]
+
* [[ System.Classes.TCollection | Вверх к родителю: TCollection ]]
* [[ FGX.Types.TfgCollection_Methods | Методы ]]
+
* [[ FGX.Types | К модулю: FGX.Types ]]
* [[ FGX.Types.TfgCollection_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
Строка 7: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCollection = class (TCollection)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCollection = class (TCollection)</syntaxhighlight>
  
 +
<p class="class-inheritance"><span class="type-border">[[System.Classes.TCollection|TCollection]]</span> -> <span class="type-border">[[FGX.Types.TfgCollection|TfgCollection]]</span></p>
 +
 +
Прямые наследники:
 +
[[FGX.AutoCompleteEdit.Types.TfgAutoCompleteEditSuggestions|TfgAutoCompleteEditSuggestions]], [[FGX.ListMenu.Types.TfgListMenuItemsCollection|TfgListMenuItemsCollection]], [[FGX.NavigationBar.Types.TfgNavigationBarButtons|TfgNavigationBarButtons]], [[FGX.Payments.ApplePay.Types.TfgShippingMethods|TfgShippingMethods]], [[FGX.Payments.ApplePay.Types.TfgPaymentItems|TfgPaymentItems]], [[FGX.Payments.GooglePay.Types.TfgPaymentMethods|TfgPaymentMethods]], [[FGX.Payments.Types.TfgCountryCodes|TfgCountryCodes]]
 +
 +
== Описание ==
 +
 +
<span style="color:gray">Описание отсутствует.</span>
 
== Конструкторы ==
 
== Конструкторы ==
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
| <code>constructor</code> || <code>Create(AOwner: TPersistent; const AItemClass: TCollectionItemClass; const AOnInternalChanged: TfgCollectionChanged)</code>
+
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]]; const AItemClass: [[TCollectionItemClass]]; const AOnInternalChanged: [[TfgCollectionChanged|TfgCollectionChanged]])</code>
 
+
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
|-
| <code>constructor</code> || <code>Create(AItemClass: TCollectionItemClass; const AOnInternalChanged: TfgCollectionChanged)</code>
+
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AItemClass: [[TCollectionItemClass]]; const AOnInternalChanged: [[TfgCollectionChanged|TfgCollectionChanged]])</code>
 
+
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
|}

Текущая версия на 17:28, 23 декабря 2022

Delphi

TfgCollection = class (TCollection)

TCollection -> TfgCollection

Прямые наследники: TfgAutoCompleteEditSuggestions, TfgListMenuItemsCollection, TfgNavigationBarButtons, TfgShippingMethods, TfgPaymentItems, TfgPaymentMethods, TfgCountryCodes

Описание

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

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

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

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

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

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