FMX.MultiView.TMultiViewPresentation.GetParentHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParentHeight: Single;

C++

float __fastcall GetParentHeight();

Properties

Type Visibility Source Unit Parent
function protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TMultiViewPresentation

Description

Returns the vertical size of the parent component of the current MultiView control (in pixels).

See Also