JVCL Help:TJvID3GeneralObjFrame.FindOrCreate@TJvID3Controller
JVCL Help: TJvID3GeneralObjFrame.FindOrCreate Method (TJvID3Controller)
Search in JVCL Help
Search in all projectsSummary
Returns a TJvID3GeneralObjFrame frame with a specific content descriptor.
Pascal
classfunctionFindOrCreate(AController: TJvID3Controller): TJvID3GeneralObjFrame; overload;
classfunctionFindOrCreate(AController: TJvID3Controller; constAContentDescription: WideString): TJvID3GeneralObjFrame; overload;
Parameters
Parameters | Description |
AController: TJvID3Controller | Specifies the tag controller that holds an ID3 v2 tag where in to search. |
const AContentDescription: WideString | The content descriptor to search for. |
Return Value
Returns a TJvID3GeneralObjFrame frame with the specified owner identifier, that was found in the ID3 tag, or - when no such frame was found - a newly created frame. If a new frame is created, its ContentDescription property will be set to the value specified by the AContentDescription parameter.
Description
Call FindOrCreate to search in an ID3 tag for general encapsulated object frame with a specific content descriptor. 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