JVCL Help:GetID3v2Version

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the ID3 v2 version of a file.

run\JvID3v2Base.pas


Pascal

 run\JvID3v2Base.pas
 procedureGetID3v2Version(constAFileName: string; varHasTag: Boolean; varVersion: TJvID3Version);


Parameters

Parameters Description
const AFileName: string The name of the file to query.
var HasTag: Boolean Indicates whether the file has an ID3 v2 tag.

run\JvID3v2Base.pas


Description

Call GetID3v2Version to determine whether a file has an ID3 v2 tag, and which version it is.

run\JvID3v2Base.pas


About

Version

Indicates the version of the tag if the file has such an ID3 v2 tag.

run\JvID3v2Base.pas


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