FMX.Controls.TControl.GetAnchorOrigin

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAnchorOrigin : TPointF;

C++

System::Types::TPointF __fastcall GetAnchorOrigin();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Getter function for the AnchorOrigin property.

See Also