FMX.MultiView.TMultiViewPresentation.DoClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClose(const ASpeed: Single = DefaultSpeed); virtual;

C++

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

Properties

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

Description

Specifies how to close the master pane.

Optionally, you can implement this method to customize the master pane behavior when it closes.

See Also