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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
 
* [[ FGX.Control.TfgControl | Вверх к родителю: TfgControl ]]
 +
* [[ FGX.Layout | К модулю: FGX.Layout ]]
  
 
Delphi
 
Delphi
  
<syntaxhighlight lang="Delphi">TfgCustomLayout = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
+
<syntaxhighlight lang="Delphi">TfgCustomLayout = class (TfgControl, IFGXYogaContainer, IFGXContainer)</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></p>
 +
 
 +
Прямые наследники:
 
[[FGX.CardPanel.TfgCustomCardPanel|TfgCustomCardPanel]], [[FGX.CollectionView.TfgCollectionViewStyle|TfgCollectionViewStyle]], [[FGX.ComboBox.TfgCustomComboBoxItem|TfgCustomComboBoxItem]], [[FGX.DrawerLayout.TfgCustomDrawer|TfgCustomDrawer]], [[FGX.Forms.TfgCustomForm|TfgCustomForm]], [[FGX.Layout.TfgLayout|TfgLayout]], [[FGX.PageControl.TfgCustomPage|TfgCustomPage]], [[FGX.ScrollBox.TfgCustomScrollBox|TfgCustomScrollBox]]
 
[[FGX.CardPanel.TfgCustomCardPanel|TfgCustomCardPanel]], [[FGX.CollectionView.TfgCollectionViewStyle|TfgCollectionViewStyle]], [[FGX.ComboBox.TfgCustomComboBoxItem|TfgCustomComboBoxItem]], [[FGX.DrawerLayout.TfgCustomDrawer|TfgCustomDrawer]], [[FGX.Forms.TfgCustomForm|TfgCustomForm]], [[FGX.Layout.TfgLayout|TfgLayout]], [[FGX.PageControl.TfgCustomPage|TfgCustomPage]], [[FGX.ScrollBox.TfgCustomScrollBox|TfgCustomScrollBox]]
  
Известные непрямые наследники:
+
Непрямые наследники:
 
[[FGX.CardPanel.TfgCardPanel|TfgCardPanel]], [[FGX.ComboBox.TfgComboBoxTextItem|TfgComboBoxTextItem]], [[FGX.DrawerLayout.TfgDrawer|TfgDrawer]], [[FGX.Forms.TfgForm|TfgForm]], [[FGX.DrawerLayout.TfgMainContent|TfgMainContent]], [[FGX.PageControl.TfgPage|TfgPage]], [[FGX.ScrollBox.TfgScrollBox|TfgScrollBox]]
 
[[FGX.CardPanel.TfgCardPanel|TfgCardPanel]], [[FGX.ComboBox.TfgComboBoxTextItem|TfgComboBoxTextItem]], [[FGX.DrawerLayout.TfgDrawer|TfgDrawer]], [[FGX.Forms.TfgForm|TfgForm]], [[FGX.DrawerLayout.TfgMainContent|TfgMainContent]], [[FGX.PageControl.TfgPage|TfgPage]], [[FGX.ScrollBox.TfgScrollBox|TfgScrollBox]]
 
== Описание ==
 
 
<span style="color:gray">Описание отсутствует.</span>
 
 
== Конструкторы ==
 
 
{| 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>AlignmentChildren: [[FGX.Layout.Types.TfgChildrenAlignment|TfgChildrenAlignment]]</code>
 
Задает правила выравнивания дочерних контролов.
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Padding: [[FGX.Layout.Types.TfgPadding|TfgPadding]]</code>
 
Внутренние отступы, учитывающиеся при выравнивании дочерних контролов.
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultHitTest: [[Boolean]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
|}
 

Версия 02:44, 13 июня 2019