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

Setter method for ExpandedSize.

SetExpandedSize is used as a setter method for ExpandedSize. The Value parameter is used to specify the Size of the TMultiView component when its State is Opened.

See Also