FMX.MultiView.TMultiViewPresentation.GetCollapsedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCollapsedSize: TSizeF; virtual;

C++

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

Properties

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

Description

The getter method for CollapsedSize.

Returns the size of the TMultiView component when it is closed.

Returns the size, provided that the control supports opening and closing.

See Also