JVCL Help:TJvID3Frames.FrameByID

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 frame given its frame identifier.


Pascal

 functionFrameByID(constFrameID: TJvID3FrameID): TJvID3Frame;


Parameters

Parameters Description
const FrameID: TJvID3FrameID The frame identifier of the frame for which to search.


Return Value

FrameByID returns the TJvID3Frame component for the specified frame. If the frame can not be found, an exception is raised.


Description

Call FrameByID to determine if a specified frame component is referenced in the TJvID3Frames object.
The tag controller uses the TJvID3FrameID type to identify frames. In the tag itself the frames are identified by a 4 character long name. Parameter FrameID identifies the frame by the TJvID3FrameID type.


See Also

TJvID3Frames.FindFrame


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