JVCL Help:TJvID3UserFrame.Find

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns a TJvID3UserFrame frame with a specific index.


Pascal

 classfunctionFind(AController: TJvID3Controller; constIndex: Integer): TJvID3UserFrame;


Parameters

Parameters Description
AController: TJvID3Controller Specifies the tag controller that holds an ID3 v2 tag where in to search.
const Index: Integer Specifies the index of the user defined text frame. Specifying 0 for Index searches for the first user defined text frame in the tag, specifying 1 for the second, etc.


Return Value

Returns a TJvID3UserFrame frame, if there is such a frame in the tag controlled by the tag controller specified by the AController parameter. Otherwise returns nil.


Description

Call Find to search in an ID3 tag for a user defined text information frame with a specific index and determine if it exists. The tag controller specified by AController must be active - Do this by setting Active to true or calling Open.


See Also

TJvID3UserFrame.FindOrCreate


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