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