FMX.Types.IAlignableObject.AnchorMove

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also