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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 45 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.DrawerLayout | Вверх к родителю: FGX.DrawerLayout ]]
+
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
* [[ FGX.DrawerLayout.TfgCustomDrawer_Methods | Методы ]]
+
* [[ FGX.DrawerLayout | К модулю: FGX.DrawerLayout ]]
* [[ FGX.DrawerLayout.TfgCustomDrawer_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
<code>TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</code>
+
<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.Controls.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]]
  
 
== Описание ==
 
== Описание ==
  
Выдвигающаяся панель.
+
<p>Выдвигающаяся панель.</p>
 +
== Конструкторы ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}
 +
 
 +
== Свойства ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Location: [[FGX.DrawerLayout.TfgDrawerLocation|TfgDrawerLocation]]</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}
 +
 
 +
== Константы ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultDirection: [[FGX.Layout.Types.TfgFlexDirection|TfgFlexDirection]]</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultLocation: [[FGX.DrawerLayout.TfgDrawerLocation|TfgDrawerLocation]]</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}

Текущая версия на 03:17, 6 декабря 2021

Delphi

TfgCustomDrawer = class (TfgCustomLayout)

TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomDrawer

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

Описание

Выдвигающаяся панель.

Конструкторы

constructor
Create(AOwner: TComponent)

Описание отсутствует.

Свойства

property
Location: TfgDrawerLocation

Описание отсутствует.

Константы

const
DefaultDirection: TfgFlexDirection

Описание отсутствует.

const
DefaultHitTest: Boolean

Описание отсутствует.

const
DefaultLocation: TfgDrawerLocation

Описание отсутствует.