FMX.Types.IAlignableObject.SetAnchorMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAnchorMove(Value : Boolean);

C++

virtual void __fastcall SetAnchorMove(bool Value) = 0 ;

Properties

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

Description

Setter function for the AnchorMove property.

Implement SetAnchorMove to set the value of the AnchorMove property.

See Also