Vcl.StdActns.TFontEdit.Caption

From RAD Studio API Documentation

Delphi

property Caption: string read FCaption write SetCaption default 0;

C++

__property Caption = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFontEdit

Description

Represents the caption of the action. {{#multireplace:Vcl.StdActns.TFontEdit.Caption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Actions.TContainedAction.Caption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Actions.TContainedAction.Caption|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Represents the caption of the action.

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