JVCL Help:TJvID3PopularimeterFrame.Find@TJvID3Controller
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3PopularimeterFrame.Find Method (TJvID3Controller)
[+] TJvID3PopularimeterFrame Methods
[+] TJvID3PopularimeterFrame Properties
Search in JVCL Help
Search in all projectsSummary
Returns a TJvID3PopularimeterFrame frame with a specific email address.
Pascal
classfunctionFind(AController: TJvID3Controller): TJvID3PopularimeterFrame; overload;
classfunctionFind(AController: TJvID3Controller; constAEmailAddress: AnsiString): TJvID3PopularimeterFrame; overload;
Parameters
Parameters | Description |
AController: TJvID3Controller | Specifies the tag controller that holds an ID3 v2 tag where in to search. |
const AEmailAddress: AnsiString | The email address to search for. |
Return Value
Returns a TJvID3PopularimeterFrame 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 popularimeter frame with a specific email address 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
TJvID3PopularimeterFrame.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