Vcl.Controls.TControlActionLink.SetHelpContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpContext(Value: THelpContext); override;

C++

virtual void __fastcall SetHelpContext(System::Classes::THelpContext Value);

Properties

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

Description

Sets the specified help context ID for the client of the control action link if IsHelpLinked is True.

SetHelpContext sets the specified Value to the HelpContext property for the client's control of the control action link if the action, associated by the control action link to the client, controls the HelpContext property of the client. That is, if IsHelpLinked is True.

Value specifies the integer help context ID to which the HelpContext property should be set.

See Also