Exception.HelpContext
Help context associated with the exception.
Declaration
Source position: sysutilh.inc line 124
public Property
HelpContext : LongInt;
Description
HelpContext is the help context associated with the exception, and can be used to provide context-sensitive help when the exception error message is displayed. It should be set in the exception constructor.
See also
| Name | Description |
|---|---|
| Exception.CreateHelp | Constructs a new exception object and sets the help context. |
| Exception.Message | Message associated with the exception. |
| LongInt | A signed 32-bits integer |