Vcl.StdActns.TFileExit.Enabled

From RAD Studio API Documentation

Delphi

<source lang="delphi">

property Enabled;

</source>

C++

<source lang="cpp">

__property Enabled = {default=1};

</source>

Properties

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

Description

Specifies the enabled state for the action. Vcl.StdActns.TFileExit.Enabled inherits from System.Actions.TContainedAction.Enabled. All content below this line refers to System.Actions.TContainedAction.Enabled.

Specifies the enabled state for the action.

The value of Enabled can be propagated to all client controls and client menu items linked to the action.

See Also