JVCL Help:TJvID3Controller.HasFrame

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether the tag contains a frame with a specific frame identifier.


Pascal

 functionHasFrame(constAFrameID: TJvID3FrameID): Boolean;


Parameters

Parameters Description
const AFrameID: TJvID3FrameID Specifies the frame identifier to search for.


Return Value

Returns true if the tag controlled by the tag controller contains a frame with AFrameID as frame identifier, otherwise returns false.


Description

Call HasFrame to check whether the tag controlled by the tag controller has a frame with a frame identifier as specified by parameter AFrameID.


See Also

TJvID3Controller.EnsureExists, TJvID3Controller.GetFrameCountFor, TJvID3Frame.FrameID


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