FMX.Media.TMedia.UpdateMediaFromControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateMediaFromControl; virtual;

C++

virtual void __fastcall UpdateMediaFromControl();

Properties

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

Description

Updates the current Media, depending on the TMediaPlayerControl associated with it.

UpdateMediaFromControl is used to keep the current Media, which has been updated after being manipulated by the TMediaPlayerControl associated with it.

The TMediaPlayerControl associated with the current media is specified through the Control property.

See Also