FMX.MultiView.TMultiViewPresentation.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close(const ASpeed: Single = DefaultSpeed);

C++

void __fastcall Close(const float ASpeed = 0.000000E+00f);

Properties

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

Description

Starts the closing sequence of a master pane of the MultiView component.

Close adds the Closed value into the State property of the MultiView presentation and calls DoClose to initialize the closing of a master pane of the MultiView component.

The Close method calls DoClose.

See Also