FMX.ActnList.TCustomAction.CustomText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomText: string read FCustomText write SetCustomText;

C++

__property System::UnicodeString CustomText = {read=FCustomText, write=SetCustomText};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

CustomText is a user text.

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 set your own value, set the value of the Text property to the value of the CustomText property.

See Also