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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
 
(summary)
Строка 1: Строка 1:
* [[ FGX.Forms | Up to parent: FGX.Forms ]]
+
* [[ FGX.Forms | Вверх к родителю: FGX.Forms ]]
* [[ FGX.Forms.TfgCustomForm_Methods | Methods ]]
+
* [[ FGX.Forms.TfgCustomForm_Methods | Методы ]]
* [[ FGX.Forms.TfgCustomForm_Properties | Properties ]]
+
* [[ FGX.Forms.TfgCustomForm_Properties | Свойства ]]
  
 
Delphi
 
Delphi
  
<code>TfgCustomForm = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomForm = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>

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

Delphi

TfgCustomForm = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)