FMX.Types.TBounds.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Height: Single;

C++

float __fastcall Height();

Properties

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

Description

Returns the height of the Rect, as the difference between the Bottom and Top values.

See Also