FMX.MultiView.TMultiViewPresentation.Moving

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Moving: Boolean;

C++

bool __fastcall Moving(void);

Properties

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

Description

Returns whether the moving animation is executing.

Moving retrieves whether the moving animation of a master pane of a MultiView component is executing.

Moving checks whether the State property contains Moving.

See Also