FGX.ComboBox.TfgCustomComboBoxItem: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показаны 54 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
− | * [[ FGX. | + | * [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]] |
− | * [[ FGX.ComboBox | + | * [[ FGX.ComboBox | К модулю: FGX.ComboBox ]] |
− | |||
Delphi | Delphi | ||
− | < | + | <syntaxhighlight lang="Delphi">TfgCustomComboBoxItem = class (TfgCustomLayout)</syntaxhighlight> |
+ | |||
+ | <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></p> | ||
+ | |||
+ | Прямые наследники: | ||
+ | [[FGX.ComboBox.TfgComboBoxTextItem|TfgComboBoxTextItem]] | ||
== Описание == | == Описание == | ||
− | Основа для элементов выпадающего списка, отображающий только текст. | + | <p>Основа для элементов выпадающего списка, отображающий только текст.</p> |
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ComboBox: [[FGX.ComboBox.TfgCustomComboBox|TfgCustomComboBox]]</code> | ||
+ | <p>TfgComboBox, которому принадлежит данный элемент.</p> | ||
+ | |} |
Текущая версия на 05:45, 10 июля 2019
Delphi
TfgCustomComboBoxItem = class (TfgCustomLayout)
TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomComboBoxItem
Прямые наследники: TfgComboBoxTextItem
Описание
Основа для элементов выпадающего списка, отображающий только текст.
Свойства
property
|
ComboBox: TfgCustomComboBox
TfgComboBox, которому принадлежит данный элемент. |