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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.DrawerLayout | Вверх к родителю: FGX.DrawerLayout ]]
 
* [[ FGX.DrawerLayout | Вверх к родителю: FGX.DrawerLayout ]]
* [[ FGX.DrawerLayout.TfgMainContent_Methods | Методы ]]
 
* [[ FGX.DrawerLayout.TfgMainContent_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<code>TfgMainContent = class (TfgLayout)</code>
+
<code lang="Delphi">TfgMainContent = class (TfgLayout)</code>
 
 
== Описание ==
 
 
 
Контейнер пользовательских контролов, поверх которого перемещается '' TfgDrawer '' .
 
 
 
== Конструкторы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>constructor</code> || <code>Create(AOwner: TComponent)</code>
 
 
 
|}
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== События ==
 
 
 
{| class="wikitable sortable"
 
|}
 
 
 
== Константы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <code>const</code> || <code>DefaultDirection: TfgFlexDirection</code>
 
 
 
|}
 

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

Delphi

TfgMainContent = class (TfgLayout)