FMX.MultiView.TMultiViewPresentation.EndMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndMoving;

C++

void __fastcall EndMoving();

Properties

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

Description

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

EndMoving removes the Moving value from the State property of the MultiView presentation and calls DoEndMoving to terminate the moving animation of a master pane of the MultiView component. (If the MultiView presentation supports the animation of a master pane.)

See Also