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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показаны 3 промежуточные версии этого же участника)
Строка 6: Строка 6:
 
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout)</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>
+
<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>
  
 
Прямые наследники:
 
Прямые наследники:
Строка 14: Строка 14:
  
 
<p>Выдвигающаяся панель.</p>
 
<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

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