Vcl.Controls.TControlActionLink.IsHelpLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHelpLinked: Boolean;  override;

C++

virtual bool __fastcall IsHelpLinked();

Properties

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

Description

Retrieves whether the action controls the help properties of the client.

IsHelpLinked retrieves whether the action, associated by the control action link to the client (control), controls the HelpContext, HelpKeyword, and HelpType properties of the control action link's client.

IsHelpLinked returns True if the action controls these properties of the client and False otherwise.

See Also