FMX.Layouts.TGridLayout.Align
Delphi
property Align: TAlignLayout read FAlign write SetAlign default 0;
C++
__property Align = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TGridLayout |
Description
Specifies the alignment options (top, left, client, and so on) of this control.
FMX.Layouts.TGridLayout.Align inherits from FMX.Controls.TControl.Align. All content below this line refers to FMX.Controls.TControl.Align.
Specifies the alignment options (top, left, client, and so on) of this control.
Use Align to automatically set the alignment of the current control. Setting Align to a value different than alNone can affect the position, size (height and width), and anchors of the control. By default, Align is set to alNone.
Descendants of TControl typically set the visibility and value for the Align property. For example, for TToolBar, Align defaults to TAlignLayout.alTop.
To see the possible values for Align and their visible effects over the control, see FMX.Types.TAlignLayout.