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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 14 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.DrawerLayout | Вверх к родителю: FGX.DrawerLayout ]]
+
* [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]]
 +
* [[ FGX.DrawerLayout | К модулю: FGX.DrawerLayout ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomDrawer = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</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.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>
 
 
 
== Конструкторы ==
 
== Конструкторы ==
  
Строка 14: Строка 19:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
| <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>
 
|}
 
|}
  
Строка 21: Строка 34:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultDirection: [[.TfgFlexDirection|TfgFlexDirection]]</code>
+
| <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>
 
| <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

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