Vcl.MPlayer.TMediaPlayer.Updated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Updated; override;

C++

DYNAMIC void __fastcall Updated();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Signals that the media player has finished updating.

Updated calls the inherited Updated before it modifies the layout of the media player buttons and forces a repaint.

See Also