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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
== Описание ==
 
 
Выдвигающаяся панель.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultDirection: [[.TfgFlexDirection|TfgFlexDirection]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code>
 
 
|}
 

Версия 04:50, 10 июня 2019

Delphi

TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)