FMX.Types.IAlignableObject.GetLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLeft: single;

C++

virtual float __fastcall GetLeft() = 0 ;

Properties

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

Description

Getter function for the Left property.

Implement GetLeft to get the value of the Left property.

See Also