FMX.MultiView.TMultiViewPresentation.StartMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartMoving(const ASpeed: Single = DefaultSpeed);

C++

void __fastcall StartMoving(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

Initializes moving animation of a master pane of the MultiView component.

StartMoving adds the Moving value into the State property of the MultiView presentation and calls DoStartMoving to initialize the moving (opening) animation of a master pane of a MultiView component. (If the MultiView presentation supports the animation of a master pane.)

ASpeed can define the moving animation speed if a presentation supports it.
DefaultSpeed = 0

StartMoving does nothing if the State property already contains Moving.

See Also