FMX.MultiView.TMultiViewPresentation.GetParentWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParentWidth: Single;

C++

float __fastcall GetParentWidth();

Properties

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

Description

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

See Also