Vcl.ExtActns.TDownLoadURL.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default 1;

C++

__property Enabled = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TDownLoadURL

Description


Specifies the enabled state for the action.

Vcl.ExtActns.TDownLoadURL.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