JCL Help:EJclWin32Error.CreateRes@Integer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Instantiates an instance of EJclWin32Error with a string loaded from the application's resource.


Pascal

 public constructor CreateRes(Ident: Integer); overload;
public constructor CreateRes(ResStringRec: PResStringRec); overload;


Parameters

Parameters Description
Ident: Integer Unique ID of a string resource.


Description

CreateRes instantiates an EJclWin32Error exception class. Ident must be the unique ID of a string resource which is displayed in the exception dialog box and is also available through the Message property.


See Also

Create CreateFmt CreateResRec


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