JVCL Help:TJvID3Frames.IndexOf
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3Frames.IndexOf Method
[+] TJvID3Frames Methods
[+] TJvID3Frames Properties
Search in JVCL Help
Search in all projectsSummary
Finds the index of a frame object in the Frames array from the frame object.
Pascal
functionIndexOf(Frame: TJvID3Frame): Integer;
Parameters
Parameters | Description |
Frame: TJvID3Frame | The frame for which to search. |
Return Value
Returns the index of the frame object in the Frames array. Returns -1, if the frame is not in the Frames array.
Description
Call IndexOf to get the index for a frame in the Frames array. Specify the frame as the Frame parameter.
The first frame in the array has index 0, the second frame has index 1, and so on. If a frame is not in the Frames array, IndexOf returns -1.
See Also
TJvID3Frames.FrameByID, TJvID3Frames.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