JVCL Help:WriteID3v1Tag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: WriteID3v1Tag function
[+] JvId3v1.pas Functions
Search in JVCL Help
Search in all projectsSummary
Writes an ID3v1 tag to a file.
Pascal
run\JvId3v1.pas
functionWriteID3v1Tag(constAFileName: string; constATag: TID3v1Tag): Boolean;
Parameters
Parameters | Description |
const AFileName: string | Specifies the name of the file. |
const ATag: TID3v1Tag | Specifies the new tag data for the file. |
Description
Call WriteID3v1Tag to write an ID3v1 tag to a file specified by parameter AFileName. WriteID3v1Tag returns true when the tag data has been successful written to the file, and returns false if an error occurred.
See Also
HasID3v1Tag, ReadID3v1Tag, RemoveID3v1Tag
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