JVCL Help:TJvID3v2
JVCL Help: TJvID3v2 Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvID3Controller
TJvID3v2
run\JvId3v2.pas
Summary
Gives easy access to a file's ID3 v2 tag.
Pascal
run\JvId3v2.pas
TJvID3v2 = class(TJvID3Controller);
Description
- JVCLInfo
Use the TJvID3v2 component to read, alter or remove the ID3 v2 tag of a file.
TJvID3v2 is a TJvID3Controller descendant. It introduces properties to easy access the frames in an ID3 v2 tag.
Use Active to open or close the tag controller. When Active is set to true then you can use the component's properties to alter the values of frames from the file specified by the FileName property.
For more control, use the properties and methods of TJvID3Controller to access the frames.
At design time, read, alter or remove the tag controlled by the component by right-clicking on the TJvID3v2 and using the pop-up menu.
See Also
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