JVCL Help:TJvID3HandleError

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates ways to handle encountered errors.

run\JvID3v2Base.pas


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.

run\JvID3v2Base.pas


Description

Use the TJvID3HanldeError type to specify a specific way to handle encountered errors.

run\JvID3v2Base.pas


About

Navigation

no pages or subcategories

run\JvID3v2Base.pas



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