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

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: "Play".

TMediaPlayerStart calls CustomTextChanged when you change the value of the MediaPlayer property of your action, and when the action updates.

See Also