Vcl.Controls.TControlActionLink.IsEnabledLinked
Delphi
function IsEnabledLinked: Boolean; override;
C++
virtual bool __fastcall IsEnabledLinked();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControlActionLink |
Description
Retrieves whether the action controls the enabled state of the client.
IsEnabledLinked retrieves whether the action, associated by the control action link to the client (control), controls the Enabled property of the control action link's client.
IsEnabledLinked returns
True
if the action controls this property of the client and False
otherwise.