JVCL Help:TJvID3Frames.Remove

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

Search in JVCL Help

 
Search in all projects
 

Summary

Deletes the reference to the Frame parameter from the Frames array.


Pascal

 procedureRemove(Frame: TJvID3Frame);


Parameters

Parameters Description
Frame: TJvID3Frame The frame which to delete from the Frames array.


Description

Applications do not normally call the Remove method directly. After a frame is removed, all of the items that follow it are moved up in index position and the Count is reduced by one.


See Also

TJvID3Frames.Add, TJvID3Frames.Frames


About

Notes

Unlike the Clear method, which frees the frame components when it removes them, Remove does not free the specified frame component.


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