Vcl.StdActns.TFilePageSetup.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption;

C++

__property Caption = {default=0};

Properties

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

Description

Represents the caption of the action.

Vcl.StdActns.TFilePageSetup.Caption inherits from System.Actions.TContainedAction.Caption. All content below this line refers to System.Actions.TContainedAction.Caption.

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 can be propagated to all client controls and client menu items linked to the action.

See Also