FMX.Types.IAlignableObject.AnchorMove
Delphi
property AnchorMove : Boolean read GetAnchorMove write SetAnchorMove;
C++
__property bool AnchorMove = {read=GetAnchorMove, write=SetAnchorMove};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IAlignableObject |
Description
Flag that is used to mark the process of updating the control position during alignment.
Implement the SetAnchorMove or GetAnchorMove function to respectively set or get the value of AnchorMove.