FMX.Media.TMediaPlayerCurrentTime.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 TMediaPlayerCurrentTime

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 current time of the media player. For example: "00:12:34".

If you define a value for CustomText, you may include time specifiers in your value, which TMediaPlayerCurrentTime replaces by actual time values based on the current time of the media player. For a list of time specifiers, see FormatDateTime.

See Also