JVCL Help:ID3 Genres
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ID3_Genres procedure
[+] JvId3v2Types.pas Functions
Search in JVCL Help
Search in all projectsSummary
Populates a string list with genre names.
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. |
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);
See Also
ID3_GenreToID, ID3_IDToGenre, ID3_LongGenreToID
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