API:FMX.TabControl.TChangeTabAction.CustomText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomText: string read FCustomText write SetCustomText default 0;

C++

__property CustomText = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TChangeTabAction

Description

CustomText is a user text.

FMX.TabControl.TChangeTabAction.CustomText inherits from FMX.ActnList.TCustomAction.CustomText. All content below this line refers to FMX.ActnList.TCustomAction.CustomText.

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