FMX.Types.IAlignableObject.AllowAlign
Delphi
property AllowAlign: Boolean read GetAllowAlign;
C++
__property bool AllowAlign = {read=GetAllowAlign};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp | FMX.Types | IAlignableObject | 
Description
Specifies whether the current object allows the alignment to be applied.
Implement the getter function GetAllowAlign to get the value of the AllowAlign property.