Exception.CreateResFmtHelp
Constructs a new exception object and sets the help context and formats the message from a resource
Declaration
Source position: sysutilh.inc line 120
public
constructor CreateResFmtHelp(ResString: PString;
const Args: Array of const;
AHelpContext: LongInt);
Description
CreateResFmtHelp does the same as the CreateResFmt constructor, but additionally stores AHelpContext in the HelpContext property.
See also
Name | Description |
---|---|
Exception.CreateResFmt | Constructs a new exception object and formats the message from a resource. |