FGX.ComboBox.TfgComboBoxMessages: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показаны 43 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
− | * [[ FGX. | + | * [[ FGX.Controls.TfgControlMessages | Вверх к родителю: TfgControlMessages ]] |
− | * [[ FGX.ComboBox | + | * [[ FGX.ComboBox | К модулю: FGX.ComboBox ]] |
− | |||
Delphi | Delphi | ||
− | < | + | <syntaxhighlight lang="Delphi">TfgComboBoxMessages = class (TfgControlMessages)</syntaxhighlight> |
− | == | + | <p class="class-inheritance"><span class="type-border">[[System.TObject|TObject]]</span> -> <span class="type-border">[[FGX.Controls.TfgControlMessages|TfgControlMessages]]</span> -> <span class="type-border">[[FGX.ComboBox.TfgComboBoxMessages|TfgComboBoxMessages]]</span></p> |
− | + | == Описание == | |
− | |||
− | == | + | <p>Сообщения коммуникации контрола и нативной реализации.</p><small style="color: red"><small>Описание взято от [[FGX.Controls.TfgControlMessages|TfgControlMessages]].</small></small> |
+ | == Константы == | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>WM_CURRENT_ITEM_INDEX_CHANGED: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>WM_OPEN: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>WM_USER: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
|} | |} |
Текущая версия на 00:17, 9 ноября 2020
Delphi
TfgComboBoxMessages = class (TfgControlMessages)
TObject -> TfgControlMessages -> TfgComboBoxMessages
Описание
Сообщения коммуникации контрола и нативной реализации.
Описание взято от TfgControlMessages.
Константы
const
|
WM_CURRENT_ITEM_INDEX_CHANGED: Integer
Описание отсутствует. |
const
|
WM_OPEN: Integer
Описание отсутствует. |
const
|
WM_USER: Integer
Описание отсутствует. |