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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 11 промежуточных версий этого же участника)
Строка 1: Строка 1:
 
* [[ System.Classes.TCollectionItem | Вверх к родителю: TCollectionItem ]]
 
* [[ System.Classes.TCollectionItem | Вверх к родителю: TCollectionItem ]]
 +
* [[ FGX.Types | К модулю: FGX.Types ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 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.ListView.Types.TfgListViewItem|TfgListViewItem]], [[FGX.NavigationBar.Types.TfgNavigationBarButton|TfgNavigationBarButton]], [[FGX.SearchEdit.Types.TfgSearchEditSuggestion|TfgSearchEditSuggestion]], [[FGX.TabBar.Types.TfgTabBarItemCollectionItem|TfgTabBarItemCollectionItem]]
+
 
 +
Прямые наследники:
 +
[[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>
 
<span style="color:gray">Описание отсутствует.</span>
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <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()

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