JVCL Help:ReadID3v1Tag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reads an ID3v1 tag from a file.

run\JvId3v1.pas


Pascal

 run\JvId3v1.pas
 functionReadID3v1Tag(constAFileName: string; varATag: TID3v1Tag): Boolean;


Parameters

Parameters Description
const AFileName: string Specifies the name of the file.
var ATag: TID3v1Tag Contains the tag data after a successful call.

run\JvId3v1.pas


Description

Call ReadID3v1Tag to retrieve an ID3v1 tag from a file specified by parameter AFileName. ReadID3v1Tag returns true when the tag data has been successful read from the file, and returns false if the file has no tag or an error occurred.

run\JvId3v1.pas


See Also

HasID3v1Tag, 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