FGX.ComboBox.TfgComboBoxTextItem: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показано 6 промежуточных версий этого же участника) | |||
Строка 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. | + | <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> | <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
Описание отсутствует. |