FMX.Media.TCustomMediaPlayerAction.CustomText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomText;

C++

__property CustomText = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCustomMediaPlayerAction

Description

Custom text for the Text property of the action.

Some actions can, by default, automatically set the Text property. For example, in the TFileExit standard action, the Text property has the Quit <Application.Title> value. To change the text of these actions, use the CustomText property instead of the Text property.

See Also