JVCL Help:TJvID3Controller.Open

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

Search in JVCL Help

 
Search in all projects
 

Summary

Opens the tag controller.


Pascal

 procedureOpen;


Description

Call Open to set the Active property of a tag controller to true. When Active is set to true, the tag controller is populated with frames read from the ID3 v2 tag from the file specified by FileName. The frames can be modified and you can add or delete specific frames. When you are done you can call Commit to write the changed tag back to the file.
You can use ReadEncodingAs to enforce a specific encoding for all frames in a tag after it has been read. Use ReadVersionAs to automatically translate the version of a tag to a specific version after it has been read.


See Also

TJvID3Controller.Active, TJvID3Controller.Close, TJvID3Controller.Commit


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