Vcl.Controls.TControlActionLink.IsOnExecuteLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsOnExecuteLinked: Boolean; override;

C++

virtual bool __fastcall IsOnExecuteLinked();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlActionLink

Description

Retrieves whether the action controls the OnClick event handler of the client.

IsOnExecuteLinked retrieves whether the OnExecute event handler of the action, associated by the control action link to the client (control), defines the OnClick event handler of the control action link's client.

IsOnExecuteLinked returns True if the action controls this event handler of the client and False otherwise.

See Also