System.Actions.TContainedAction.SetHelpContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHelpContext(Value: THelpContext); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Sets the Help context ID for the action and action's clients.

SetHelpContext sets the new Value of the integer help context ID, stored in the HelpContext property, for the action.

SetHelpContext always propagates this Value to all clients of the action.

HelpContext is only used when htContext is selected in the HelpType property.

Note: To use Help in your application, you need to enable Help in your application.

See Also