FMX.Types.IAlignableObject.GetTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTop: single;

C++

virtual float __fastcall GetTop() = 0 ;

Properties

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

Description

Getter function for the Top property.

Implement GetTop to get the value of the Top property.

See Also