FMX.ActnList.TCustomAction.SetEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnabled(Value: Boolean); override;

C++

virtual void __fastcall SetEnabled(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

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

FMX.ActnList.TCustomAction.SetEnabled inherits from System.Actions.TContainedAction.SetEnabled. All content below this line refers to System.Actions.TContainedAction.SetEnabled.

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