JVCL Help:TJvID3v2

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvID3Controller
TJvID3v2
run\JvId3v2.pas


Summary

Gives easy access to a file's ID3 v2 tag.

run\JvId3v2.pas


Pascal

 run\JvId3v2.pas
 TJvID3v2 = class(TJvID3Controller);


Description

  1. 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.

run\JvId3v2.pas


See Also

TJvID3Controller

run\JvId3v2.pas


About

Navigation

run\JvId3v2.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