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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показаны 4 промежуточные версии этого же участника)
Строка 6: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgComboBoxTextItem = class (TfgCustomComboBoxItem, IFGXTextSupported)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgComboBoxTextItem = class (TfgCustomComboBoxItem, IFGXTextSupported)</syntaxhighlight>
  
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Layout.TfgCustomLayout|TfgCustomLayout]]</span> -> <span class="type-border">[[FGX.ComboBox.TfgCustomComboBoxItem|TfgCustomComboBoxItem]]</span> -> <span class="type-border">[[FGX.ComboBox.TfgComboBoxTextItem|TfgComboBoxTextItem]]</span></p>
+
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Controls.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Layout.TfgCustomLayout|TfgCustomLayout]]</span> -> <span class="type-border">[[FGX.ComboBox.TfgCustomComboBoxItem|TfgCustomComboBoxItem]]</span> -> <span class="type-border">[[FGX.ComboBox.TfgComboBoxTextItem|TfgComboBoxTextItem]]</span></p>
 +
 
 +
== Описание ==
 +
 
 +
<p>Элемент выпадающего списка, отображающий только текст.</p>
 +
== Конструкторы ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}
 +
 
 +
== Свойства ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}

Текущая версия на 05:45, 10 июля 2019

Delphi

TfgComboBoxTextItem = class (TfgCustomComboBoxItem, IFGXTextSupported)

TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomComboBoxItem -> TfgComboBoxTextItem

Описание

Элемент выпадающего списка, отображающий только текст.

Конструкторы

constructor
Create(AOwner: TComponent)

Описание отсутствует.

Свойства

property
Text: string

Описание отсутствует.