FMX.MultiView.TMultiViewPresentation.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open(const ASpeed: Single = DefaultSpeed);

C++

void __fastcall Open(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 opening sequence of a master pane of the MultiView component.

Open adds the Opened value into the State property of the MultiView presentation and calls DoOpen to initialize the opening of a master pane of the MultiView component.

ASpeed can define the opening animation speed if a presentation supports the opening animation of a master pane. The Default speed is 0.

Open calls DoOpen.

See Also