JVCL Help:RemoveID3v1Tag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: RemoveID3v1Tag procedure
[+] JvId3v1.pas Functions
Search in JVCL Help
Search in all projectsSummary
Removes an ID3v1 tag from a file.
Pascal
run\JvId3v1.pas
procedureRemoveID3v1Tag(constAFileName: string);
Parameters
Parameters | Description |
const AFileName: string | Specifies the name of the file. |
Description
Call RemoveID3v1Tag to remove the ID3v1 tag from the file specified by parameter AFileName.
If the file has no ID3v1 tag, nothing happens.
See Also
HasID3v1Tag, ReadID3v1Tag, WriteID3v1Tag
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