FMX.Media.TMediaPlayerVolume.CustomTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CustomTextChanged; override;

C++

virtual void __fastcall CustomTextChanged();

Properties

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

Description

Updates the value of the Text property to be the value of the CustomText property or, if CustomText is an empty string, to be the default text of the action, which is the volume of the media player in percentage. For example: "74 %".

If you define a value for CustomText, your string must be a format string ready for a single, floating-point value (f). For example: %f%%.

See Also