FMX.Types.IAlignableObject.GetAnchorMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAnchorMove : Boolean;

C++

virtual bool __fastcall GetAnchorMove() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IAlignableObject

Description

Getter function for the AnchorMove property.

Implement GetAnchorMove to get the value of the AnchorMove property.

See Also