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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.ComboBox | Вверх к родителю: FGX.ComboBox ]]
+
* [[ FGX.ComboBox.TfgComboBoxItemMessages | Вверх к родителю: TfgComboBoxItemMessages ]]
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgComboBoxTextItemMessages = class (TfgComboBoxItemMessages)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgComboBoxTextItemMessages = class (TfgComboBoxItemMessages)</syntaxhighlight>
 
== Описание ==
 
 
Описание отсутствует.
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>WM_TEXT_CHANGED: [[Integer]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>WM_USER: [[Integer]]</code>
 
 
|}
 

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

Delphi

TfgComboBoxTextItemMessages = class (TfgComboBoxItemMessages)