JVCL Help:HasID3v1Tag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: HasID3v1Tag function
[+] JvId3v1.pas Functions
Search in JVCL Help
Search in all projectsSummary
Indicates whether a file has an ID3v1 tag.
Pascal
run\JvId3v1.pas
functionHasID3v1Tag(constAFileName: string): Boolean;
Parameters
Parameters | Description |
const AFileName: string | Specifies the name of the file. |
Description
Call HasID3v1Tag to determine whether the file specified by parameter AFileName has an ID3v1 tag. HasID3v1Tag returns true if the file has an ID3v1 tag, otherwise returns false.
See Also
ReadID3v1Tag, RemoveID3v1Tag, 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