JVCL Help:HasID3v1Tag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether a file has an ID3v1 tag.

run\JvId3v1.pas


Pascal

 run\JvId3v1.pas
 functionHasID3v1Tag(constAFileName: string): Boolean;


Parameters

Parameters Description
const AFileName: string Specifies the name of the file.

run\JvId3v1.pas


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.

run\JvId3v1.pas


See Also

ReadID3v1Tag, RemoveID3v1Tag, WriteID3v1Tag

run\JvId3v1.pas


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