Vcl.Controls.TWinControlActionLink.IsHelpContextLinked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHelpContextLinked: Boolean; override;

C++

virtual bool __fastcall IsHelpContextLinked();

Properties

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

Description

Indicates whether the Help context for the action and the client are linked.

IsHelpContextLinked indicates whether HelpContext property is linked to the appropriate client property. IsHelpContextLinked returns true if the client requests that the action control this property, false otherwise.

See Also