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

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

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

Delphi

TfgCustomComboBoxItem = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)