[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructs a new exception object and sets the help context and gets the message from a resource
Source position: sysutilh.inc line 119
public constructor Exception.CreateResHelp( |
ResString: PString; |
AHelpContext: LongInt |
); |
CreateResHelp does the same as the CreateRes constructor, but additionally stores AHelpContext in the HelpContext property.
|
Constructs a new exception object and gets the message from a resource. |