JVCL Help:TJvID3TimestampFrame.FindOrCreate

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 TJvID3TimestampFrame frame with a specific frame identifier.


Pascal

 classfunctionFindOrCreate(AController: TJvID3Controller; constAFrameID: TJvID3FrameID): TJvID3TimestampFrame;


Parameters

Parameters Description
AController: TJvID3Controller Specifies the tag controller that holds an ID3 v2 tag where in to search.
const AFrameID: TJvID3FrameID The frame identifier to search for.


Return Value

Returns a TJvID3TimestampFrame frame with the specified frame 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 timestamp text information frame with a specific frame identifier. 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

TJvID3TimestampFrame.Find


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