FMX.Types.IAlignableObject.GetAnchors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAnchors: TAnchors;

C++

virtual System::Uitypes::TAnchors __fastcall GetAnchors() = 0 ;

Properties

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

Description

Getter function for the Anchors property.

Implement GetAnchors to get the value of the Anchors property.

See Also