FMX.Media.TMediaPlayerVolume.UpdateValueAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateValueAction; override;

C++

virtual void __fastcall UpdateValueAction(void);

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 value of the action must be updated after a change of the equivalent value in the media player.

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

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

See Also