JCL Help:EJclWin32Error.Create

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Instantiates an EJclWin32Error with a simple string.


Pascal

 public constructor Create(const Msg: string);


Parameters

Parameters Description
const Msg: string The string to be associated with the exception. The programmer can query the class for this string using the Message property. If the exception is unhandled the RTL displays this message in the exception dialog box.


Description

Create instantiates an EJclWin32Error exception class. The Msg parameter is the string which is displayed in the exception dialog box and is also available through the Message property.


About

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page