JVCL Help:TJvMSTextConversion.Error
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMSTextConversion.Error Method
[+] TJvMSTextConversion Methods
Search in JVCL Help
Search in all projectsSummary
Returns whether an error occurred during the conversion.
Pascal
functionError: Boolean; override;
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