JVCL Help:ID3 StringToFrameID

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a frame name to a frame identifier.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 functionID3_StringToFrameID(constS: AnsiString): TJvID3FrameID;


Parameters

Parameters Description
const S: AnsiString Specifies the frame name.

run\JvId3v2Types.pas


Description

ID3_FrameIDToString converts a frame identifier to a string containing the alphanumerical representation of that frame identifier.
For example: ID3_StringToFrameID('COMM') returns fiComment.

run\JvId3v2Types.pas


See Also

ID3_FrameIDToString

run\JvId3v2Types.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