[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns the index of a given pointer.
Source position: classesh.inc line 166
public function TFPList.IndexOf( |
Item: Pointer |
):Integer; |
IndexOfsearches for the pointer Itemin the list of pointers, and returns the index of the pointer, if found.
If no pointer with the value Itemwas found, -1 is returned.