JVCL Help:TJvID3v1
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3v1 Class
[+] JvId3v1.pas Classes
[+] TJvID3v1 Methods
[+] TJvID3v1 Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvID3v1
run\JvId3v1.pas
Summary
Gives access to a file's ID3v1 tag.
Pascal
run\JvId3v1.pas
TJvID3v1 = class(TJvComponent);
Description
- JVCLInfo
Use the TJvID3v1 component to read, alter or remove the ID3v1 tag of a file.
- To read a tag, set FileName to a name of a file, then set Active to true. Now the properties - such as Album, Artist - of the component give access to the fields of the ID3v1 tag of the file.
- If the file does not have an ID3v1 tag, then HasTag returns false.
- After reading and setting these properties, you can call Commit to write the altered tag data to the file. If the file did not have a tag, one is created.
- Alternatively, to remove a file's ID3v1 tag, set FileName to a name of file and call Erase. You don't have to set Active to true.
About
▼ TJvID3v1
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