System.Actions.TContainedAction.SetEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnabled(Value: Boolean); virtual;

C++

virtual void __fastcall SetEnabled(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Sets the Enabled property of the action to the specified Value and propagates this Value to all clients of the action.

The behavior of SetEnabled depends upon the State of the ActionList action list:

See Also