Google
CPointList.LinearSearch Method
Class
Pascal
function LinearSearch(const Item: CPoint; Compare: CPointSortCompare): Integer;
Description

 

Performs a linear search over the list and stops at the first item that matches the passed one.

Related Information