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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.ComboBox | Вверх к родителю: FGX.ComboBox ]]
+
* [[ FGX.ComboBox.TfgCustomComboBoxItem | Вверх к родителю: TfgCustomComboBoxItem ]]
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgComboBoxTextItem = class (TfgCustomComboBoxItem)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgComboBoxTextItem = class (TfgCustomComboBoxItem)</syntaxhighlight>
 
== Описание ==
 
 
Элемент выпадающего списка, отображающий только текст.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
 
|}
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code>
 
 
|}
 

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

Delphi

TfgComboBoxTextItem = class (TfgCustomComboBoxItem)