[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Constructs a new exception object and sets the help context and gets the message from a resource
Source position: sysutilh.inc line 73
public constructor Exception.CreateResHelp( |
ResString: PString; |
AHelpContext: Integer |
); |
CreateResHelpdoes the same as the CreateResconstructor, but additionally stores AHelpContextin the HelpContextproperty.
|
Constructs a new exception object and gets the message from a resource. |