FMX.Media.TMediaPlayerControl.Move

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Move; override;

C++

virtual void __fastcall Move(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Media.pas
FMX.Media.hpp
FMX.Media TMediaPlayerControl

Description

Updates the currently manipulated TMedia.

Move extends the behavior inherited from TControl to update the TMedia attached to the TMediaPlayer with which the current TMediaPlayerControl is linked.

See Also