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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 14 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.Types | Вверх к родителю: FGX.Types ]]
+
* [[ System.Classes.TCollectionItem | Вверх к родителю: TCollectionItem ]]
* [[ FGX.Types.TfgCollectionItem_Methods | Методы ]]
+
* [[ FGX.Types | К модулю: FGX.Types ]]
* [[ FGX.Types.TfgCollectionItem_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
Строка 7: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCollectionItem = class (TCollectionItem)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCollectionItem = class (TCollectionItem)</syntaxhighlight>
  
 +
<p class="class-inheritance"><span class="type-border">[[System.Classes.TCollectionItem|TCollectionItem]]</span> -> <span class="type-border">[[FGX.Types.TfgCollectionItem|TfgCollectionItem]]</span></p>
 +
 +
Прямые наследники:
 +
[[FGX.AutoCompleteEdit.Types.TfgAutoCompleteEditSuggestion|TfgAutoCompleteEditSuggestion]], [[FGX.ListMenu.Types.TfgListMenuItem|TfgListMenuItem]], [[FGX.NavigationBar.Types.TfgNavigationBarButton|TfgNavigationBarButton]], [[FGX.Payments.ApplePay.Types.TfgShippingMethod|TfgShippingMethod]], [[FGX.Payments.ApplePay.Types.TfgPaymentItem|TfgPaymentItem]], [[FGX.Payments.GooglePay.Types.TfgPaymentMethod|TfgPaymentMethod]], [[FGX.Payments.Types.TfgCountryCode|TfgCountryCode]]
 +
 +
== Описание ==
 +
 +
<span style="color:gray">Описание отсутствует.</span>
 
== Методы ==
 
== Методы ==
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">BeforeDestruction()</syntaxhighlight>
+
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">BeforeDestruction()</code>
 
+
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
|}

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

Delphi

TfgCollectionItem = class (TCollectionItem)

TCollectionItem -> TfgCollectionItem

Прямые наследники: TfgAutoCompleteEditSuggestion, TfgListMenuItem, TfgNavigationBarButton, TfgShippingMethod, TfgPaymentItem, TfgPaymentMethod, TfgCountryCode

Описание

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

Методы

procedure
BeforeDestruction()

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