JVCL Help:TJvID3HandleError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3HandleError type
Search in JVCL Help
Search in all projectsSummary
Enumerates ways to handle encountered errors.
Pascal
run\JvID3v2Base.pas
TJvID3HandleError = (
heAutoCorrect,
heRaise,
heBoolean
);
Members
Members | Description |
heAutoCorrect | Auto corrects (if possible) encountered errors. |
heRaise | Raises an exception when encountering errors. |
heBoolean | Gives a true/false result when encountering errors. |
Description
Use the TJvID3HanldeError type to specify a specific way to handle encountered errors.
About
no pages or subcategories
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