FMX.MultiView.TMultiViewPresentation.DoStartMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall DoStartMoving(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

Is called from StartMoving to initialize the moving (opening) animation of a master pane in the MultiView component.

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

See Also