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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.RadioButton | Вверх к родителю: FGX.RadioButton ]]
 
* [[ FGX.RadioButton | Вверх к родителю: FGX.RadioButton ]]
* [[ FGX.RadioButton.TfgRadioButton_Methods | Методы ]]
 
* [[ FGX.RadioButton.TfgRadioButton_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgRadioButton = class (TfgCustomRadioButton, IfgCheck, IfgGroupName)</syntaxhighlight>
+
<code lang="Delphi">TfgRadioButton = class (TfgCustomRadioButton, IfgCheck, IfgGroupName)</code>

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

Delphi

TfgRadioButton = class (TfgCustomRadioButton, IfgCheck, IfgGroupName)