JVCL Help:TJvConversion.Error

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns whether an error occurred during the conversion.


Pascal

 functionError: Boolean; virtual;


Return Value

Returns true if an error occurred during the conversion, otherwise false.


Description

Error returns whether an error occurred during the conversion. The ErrorStr method describes the error.
As implemented in TJvConversion, Error always returns false. Override this method in a descendant class to return a meaningful value.


See Also

TJvConversion.ErrorStr, 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