JVCL Help:TJvID3URLUserFrame.CanAddFrame@TJvID3Controller@TJvID3FrameID
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3URLUserFrame.CanAddFrame Method
[+] TJvID3URLUserFrame Methods
[+] TJvID3URLUserFrame Properties
Search in JVCL Help
Search in all projectsSummary
Returns whether a frame with a specific frame identifier can be added to the tag.
Pascal
classfunctionCanAddFrame(AController: TJvID3Controller; AFrameID: TJvID3FrameID): Boolean; override;
Parameters
Parameters | Description |
AController: TJvID3Controller | The tag controller that holds an ID3 v2 tag where to add the frame. |
AFrameID: TJvID3FrameID | The frame identifier of the frame. |
Return Value
Returns true if a frame with a frame identifier as specified by AFrameID can be added to the tag. Returns false otherwise.
Description
Call CanAddFrame to check whether a frame with a frame identifier as specified by parameter AFrameID can be added to the tag controlled by the tag controller. Certain frames may only appear once in a tag regardless of its value. For example, there may only be one fiAlbum frame in a tag.
See Also
TJvID3Controller.Frames
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