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

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

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

Delphi

TfgCustomComboBoxItem = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)