FMX.MultiView.TMultiViewPresentation.GetExpandedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExpandedSize: TSizeF; virtual;

C++

virtual System::Types::TSizeF __fastcall GetExpandedSize();

Properties

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

Description

The getter method for the ExpandedSize property.

Returns the size of the TMultiView component when its State is Opened. Returns the size, provided that the control supports opening and closing.

See Also