API:Vcl.StdActns.TFilePrintSetup.Enabled

From RAD Studio API Documentation

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default 1;

C++

__property Enabled = {default=1};

Properties

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

Description

Specifies the enabled state for the action. {{#multireplace:Vcl.StdActns.TFilePrintSetup.Enabled|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Actions.TContainedAction.Enabled|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.Enabled|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the enabled state for the action.

The value of Enabled is propagated to clients of the action.

See Also