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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
 
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
 +
* [[ FGX.DrawerLayout | К модулю: FGX.DrawerLayout ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
+
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout)</syntaxhighlight>
  
Известные прямые наследники:
+
<p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Control.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Layout.TfgCustomLayout|TfgCustomLayout]]</span> -> <span class="type-border">[[FGX.DrawerLayout.TfgCustomDrawer|TfgCustomDrawer]]</span></p>
 +
 
 +
Прямые наследники:
 
[[FGX.DrawerLayout.TfgDrawer|TfgDrawer]]
 
[[FGX.DrawerLayout.TfgDrawer|TfgDrawer]]
 
== Описание ==
 
 
Выдвигающаяся панель.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultDirection: [[.TfgFlexDirection|TfgFlexDirection]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 

Версия 02:42, 13 июня 2019

Delphi

TfgCustomDrawer = class (TfgCustomLayout)

TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomDrawer

Прямые наследники: TfgDrawer