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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 5: Строка 5:
 
Delphi
 
Delphi
  
<code>TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
 
== Описание ==
 
 
 
Выдвигающаяся панель.
 
 
 
== Конструкторы ==
 
 
 
{| 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>
 
 
 
|-
 
| <code>const</code> || <code>DefaultHitTest: Boolean</code>
 
 
 
|}
 

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

Delphi

TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)