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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 8: Строка 8:
  
 
Описание отсутствует.
 
Описание отсутствует.
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>LayoutDirection: [[.TfgControlLayoutDirection|TfgControlLayoutDirection]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>SystemStatusBar: [[FGX.Forms.Types.TfgSystemStatusBar|TfgSystemStatusBar]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>FullScreen: [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Toolbar: [[.IFGXToolBar|IFGXToolBar]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AlignmentChildren: [[FGX.Layout.Types.TfgChildrenAlignment|TfgChildrenAlignment]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundName: [[.TfgAssetName|TfgAssetName]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Position: [[FGX.Control.Types.TfgPosition|TfgPosition]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Padding: [[FGX.Layout.Types.TfgPadding|TfgPadding]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Size: [[FGX.Control.Types.TfgSize|TfgSize]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>GestureKinds: [[.TfgGestureKinds|TfgGestureKinds]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Opacity: [[Single]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Visible: [[Boolean]]</code>
 +
 +
|}

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

Delphi

TfgForm = class (TfgCustomForm)

Описание

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

Свойства

property
LayoutDirection: TfgControlLayoutDirection
property
SystemStatusBar: TfgSystemStatusBar
property
FullScreen: Boolean
property
Toolbar: IFGXToolBar
property
AlignmentChildren: TfgChildrenAlignment
property
BackgroundName: TfgAssetName
property
Position: TfgPosition
property
Padding: TfgPadding
property
Size: TfgSize
property
GestureKinds: TfgGestureKinds
property
Opacity: Single
property
Visible: Boolean