JVCL Help:TJvMSTextConversion.ErrorStr

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns text describing the error that occurred during the conversion.


Pascal

 functionErrorStr: string; override;


Return Value

Returns text describing the error that occurred during the conversion.


Description

Call ErrorStr to obtain the error message text describing the error that occurred during the conversion. Call Error to determine whether an error occurred. TJvRichEdit uses this method to raise an exception after a failed conversion. As implemented in TJvConversion, ErrorStr always returns the empty string. Override this method in a descendant class to return a meaningful value.


See Also

TJvConversion.Error, TJvConversion.UserCancel


About

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