FMX.MultiView.TMultiViewPresentation.GetExpandedSize
Delphi
function GetExpandedSize: TSizeF; virtual;
C++
virtual System::Types::TSizeF __fastcall GetExpandedSize(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.MultiView.pas FMX.MultiView.hpp |
FMX.MultiView | TMultiViewPresentation |
Description
Returns the size of the TMultiView component when its state is Opened
.
Returns the size, provided that the control supports opening and closing.