FMX.StdActns.TValueRangeAction.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read GetText write SetText default 0;

C++

__property Text = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TValueRangeAction

Description

Represents the caption of the action.

FMX.StdActns.TValueRangeAction.Text inherits from FMX.ActnList.TCustomAction.Text. All content below this line refers to FMX.ActnList.TCustomAction.Text.

Represents the caption of the action.

Text holds the string that is used in the same way as the Caption of the action, when it is set. The value of Text is propagated to the action's clients.

Text is the same as Caption. You can use both Text and Caption, but descendant classes should only use the Text published property, so that the Object Inspector displays only the Text property, as in most FireMonkey components.

See Also