JVCL Help:ID3 Genres

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

Search in JVCL Help

 
Search in all projects
 

Summary

Populates a string list with genre names.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 procedureID3_Genres(Strings: TStrings; constInclWinampGenres: Boolean = True);


Parameters

Parameters Description
Strings: TStrings A TStrings descendant that receives the genre names. Any existing strings are deleted from the list before ID3_Genres adds the genre names.
const InclWinampGenres: Boolean = True Specifies whether to include the genres introduced by Winamp.

run\JvId3v2Types.pas


Description

Call ID3_Genres to get a list containing ID3 genre names. For example, you can use it to fill a combo box that the user can use to select a specific genre:
ID3_Genres(ComboBox1.Items);

run\JvId3v2Types.pas


See Also

ID3_GenreToID, ID3_IDToGenre, ID3_LongGenreToID

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