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

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

Версия 04:00, 10 июня 2019

Delphi

TfgCustomComboBoxItem = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)