JVCL Help:GetID3v2Version
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetID3v2Version procedure
[+] JvID3v2Base.pas Functions
Search in JVCL Help
Search in all projectsSummary
Returns the ID3 v2 version of a file.
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. |
Description
Call GetID3v2Version to determine whether a file has an ID3 v2 tag, and which version it is.
About
Version
Indicates the version of the tag if the file has such an ID3 v2 tag.
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