FMX.Media.TMediaPlayerVolume.UpdateValuePlayer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateValuePlayer; override;

C++

virtual void __fastcall UpdateValuePlayer();

Properties

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

Description

This virtual protected method is called when the equivalent value in the media player must be updated after a change of the value of the action.

FMX.Media.TMediaPlayerVolume.UpdateValuePlayer inherits from FMX.Media.TMediaPlayerValue.UpdateValuePlayer. All content below this line refers to FMX.Media.TMediaPlayerValue.UpdateValuePlayer.

This virtual protected method is called when the equivalent value in the media player must be updated after a change of the value of the action.

See Also