Vcl.Controls.TControlActionLink.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
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

Sets the specified value to the enabled state for the client of the control action link if IsEnabledLinked is True.

SetEnabled sets the specified Value to the enabled state (Enabled property) for the client's control of the control action link if the action, associated by the menu action link to the client, controls the Enabled property of the client. That is, if IsEnabledLinked is True.

See Also