FMX.Types.IAlignableObject.Anchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Anchors: TAnchors read GetAnchors write SetAnchors;

C++

__property System::Uitypes::TAnchors Anchors = {read=GetAnchors, write=SetAnchors};

Properties

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

Description

Specifies how the object is anchored to its parent.

Implement the SetAnchors and GetAnchors functions to set or get the value of Anchors.

See Also