JCL Help:EJclWin32Error.CreateFmt

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Instantiates an EJclWin32Error with a formatted string.


Pascal

 public constructor CreateFmt(const Msg: string; const Args: array of const);


Parameters

Parameters Description
const Msg: string String containing format specifiers to be replaced with values from the Args array.
const Args: array of const Array of constants which are formatted according to the format specifiers in the Msg parameter.


Description

CreateFmt instantiates 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. See the Format function for more information about formatting a string.


See Also

Create CreateRes 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