Vcl.Controls.TWinControlActionLink.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 TWinControlActionLink

Description

Sets the Help context of a windowed control if the client is linked to the action for this event.

SetHelpContext sets the help context of a client windowed control, and is called only if the client is linked for this event. Value specifies whether what the help context should be.

See Also