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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.ComboBox | Вверх к родителю: FGX.ComboBox ]]
+
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 5:
 
<syntaxhighlight lang="Delphi">TfgCustomComboBoxItem = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomComboBoxItem = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
  
== Описание ==
+
Известные прямые наследники:
 
+
[[FGX.ComboBox.TfgComboBoxTextItem|TfgComboBoxTextItem]]
Основа для элементов выпадающего списка, отображающий только текст.
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ComboBox: [[FGX.ComboBox.TfgCustomComboBox|TfgCustomComboBox]]</code>
 
TfgComboBox, которому принадлежит данный элемент.
 
|}
 

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

Delphi

TfgCustomComboBoxItem = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)

Известные прямые наследники: TfgComboBoxTextItem