Vcl.Menus.TMenuActionLink.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.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TMenuActionLink

Description

Sets the specified context ID of the Help topic for the client of the menu action link if IsHelpContextLinked is True.

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

Value specifies an integer context ID defining the Help topic for the menu item.

See Also