FMX.MultiView.TMultiViewPresentation.SetExpandedSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetExpandedSize(const Value: TSizeF); virtual;

C++

virtual void __fastcall SetExpandedSize(const System::Types::TSizeF &Value);

Properties

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

Description

The setter method for the ExpandedSize property.

The Value parameter is used to specify the Size of the TMultiView component when its State is Opened.

See Also