[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructs a new exception object and sets the help context.
Source position: sysutilh.inc line 75
public constructor Exception.CreateHelp( |
const Msg: String; |
AHelpContext: Integer |
); |
CreateHelp does the same as the Create constructor, but additionally stores AHelpContext in the HelpContext property.
|
Constructs a new exception object with a given message. |
lazarus-ccr.sourceforge.net |