[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Constructs a new exception object and sets the help context.
Source position: sysutilh.inc line 73
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. |
No notes exist for this page yet.