FMX.MultiView.TMultiViewPresentation.DoOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall DoOpen(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 open the master pane.

DoOpen is called from Open. DoOpen defines logic of MultiView opening.

Optionally, you can implement the DoOpen method to customize the master pane behavior when it opens.

ASpeed can define the animation speed if a presentation supports it. The Default speed is 0.

See Also