FGX.Layout.TfgCustomLayout: различия между версиями
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 9: | Строка 9: | ||
Прямые наследники: | Прямые наследники: | ||
− | [[FGX.BottomSheetLayout.TfgCustomBottomSheet|TfgCustomBottomSheet]], [[FGX.BottomSheetLayout.TfgCustomBottomSheetContent|TfgCustomBottomSheetContent]], [[FGX.Camera.Preview.TfgCustomCameraPreview|TfgCustomCameraPreview]], [[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.BottomSheetLayout.TfgCustomBottomSheet|TfgCustomBottomSheet]], [[FGX.BottomSheetLayout.TfgCustomBottomSheetContent|TfgCustomBottomSheetContent]], [[FGX.Camera.Preview.TfgCustomCameraPreview|TfgCustomCameraPreview]], [[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.TouchInterceptableLayout.TfgCustomTouchInterceptableLayout|TfgCustomTouchInterceptableLayout]] |
Непрямые наследники: | Непрямые наследники: | ||
− | [[FGX.BottomSheetLayout.TfgBottomSheet|TfgBottomSheet]], [[FGX.BottomSheetLayout.TfgBottomSheetContent|TfgBottomSheetContent]], [[FGX.Camera.Preview.TfgCameraPreview|TfgCameraPreview]], [[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.ScrollBox.TfgVerticalScrollBox|TfgVerticalScrollBox]], [[FGX.ScrollBox.TfgHorizontalScrollBox|TfgHorizontalScrollBox]] | + | [[FGX.BottomSheetLayout.TfgBottomSheet|TfgBottomSheet]], [[FGX.BottomSheetLayout.TfgBottomSheetContent|TfgBottomSheetContent]], [[FGX.Camera.Preview.TfgCameraPreview|TfgCameraPreview]], [[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.ScrollBox.TfgVerticalScrollBox|TfgVerticalScrollBox]], [[FGX.ScrollBox.TfgHorizontalScrollBox|TfgHorizontalScrollBox]], [[FGX.TouchInterceptableLayout.TfgTouchInterceptableLayout|TfgTouchInterceptableLayout]] |
== Описание == | == Описание == |
Текущая версия на 17:20, 23 декабря 2022
Delphi
TfgCustomLayout = class (TfgControl, IFGXFlexContainer, IFGXContainer)
TComponent -> TfgControl -> TfgCustomLayout
Прямые наследники: TfgCustomBottomSheet, TfgCustomBottomSheetContent, TfgCustomCameraPreview, TfgCustomCardPanel, TfgCollectionViewStyle, TfgCustomComboBoxItem, TfgCustomDrawer, TfgCustomForm, TfgLayout, TfgCustomPage, TfgCustomScrollBox, TfgCustomTouchInterceptableLayout
Непрямые наследники: TfgBottomSheet, TfgBottomSheetContent, TfgCameraPreview, TfgCardPanel, TfgComboBoxTextItem, TfgDrawer, TfgForm, TfgMainContent, TfgPage, TfgScrollBox, TfgVerticalScrollBox, TfgHorizontalScrollBox, TfgTouchInterceptableLayout
Содержание
Описание
Описание отсутствует.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Свойства
property
|
AlignmentChildren: TfgChildrenAlignment
Задает правила выравнивания дочерних контролов. Влияет только на дочерние контролы, которые используют режим относительного позиционирования PositionMode = TfgPositionMode.Relative .
|
property
|
Padding: TfgPadding
Внутренние отступы, учитывающиеся при выравнивании дочерних контролов. Влияет только на дочерние контролы, которые используют режим относительного позиционирования PositionMode = TfgPositionMode.Relative .
|
Константы
const
|
DefaultHitTest: Boolean
Описание отсутствует. |