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

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

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

Delphi

TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)