JVCL Help:TJvID3URLUserFrame.FindOrCreate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3URLUserFrame.FindOrCreate Method
[+] TJvID3URLUserFrame Methods
[+] TJvID3URLUserFrame Properties
Search in JVCL Help
Search in all projectsSummary
Returns a TJvID3URLUserFrame frame with an index.
Pascal
classfunctionFindOrCreate(AController: TJvID3Controller; constIndex: Integer): TJvID3URLUserFrame;
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 URL link frame. Specifying 0 for Index searches for the first user defined URL link frame in the tag, specifying 1 for the second, etc. |
Return Value
Returns a TJvID3URLUserFrame frame with the specified owner identifier, that was found in the ID3 tag, or - when no such frame was found - a newly created frame.
Description
Call FindOrCreate to search in an ID3 tag for a user defined URL link frame with a specific index. If there is no such frame then one is created. The tag controller specified by AController must be active - Do this by setting Active to true or calling Open.
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