FMX.StdActns.TSysCommonAction.CustomText
Delphi
property CustomText;
C++
__property CustomText = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.StdActns.pas FMX.StdActns.hpp |
FMX.StdActns | TSysCommonAction |
Description
CustomText is a user text.
FMX.StdActns.TSysCommonAction.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.