FMX.MultiView.TMultiViewPresentation.DoEndMoving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndMoving; virtual;

C++

virtual void __fastcall DoEndMoving();

Properties

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

Description

Is called from EndMoving to notify the presentation about ending the moving animation of a master pane.

See Also