JVCL Help:ID3 StringToFrameID
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ID3_StringToFrameID function
[+] JvId3v2Types.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a frame name to a frame identifier.
Pascal
run\JvId3v2Types.pas
functionID3_StringToFrameID(constS: AnsiString): TJvID3FrameID;
Parameters
Parameters | Description |
const S: AnsiString | Specifies the frame name. |
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.
See Also
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