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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.ComboBox | Вверх к родителю: FGX.ComboBox ]]
 
* [[ FGX.ComboBox | Вверх к родителю: FGX.ComboBox ]]
* [[ FGX.ComboBox.TfgComboBox_Methods | Методы ]]
 
* [[ FGX.ComboBox.TfgComboBox_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgComboBox = class (TfgCustomComboBox, IFGXContainer)</syntaxhighlight>
+
<code lang="Delphi">TfgComboBox = class (TfgCustomComboBox, IFGXContainer)</code>

Версия 03:51, 10 июня 2019

Delphi

TfgComboBox = class (TfgCustomComboBox, IFGXContainer)