Icon Find Method

function Find(const Value: String; NearestMatch: Boolean=False):
      Integer

Available In: Client and Server Applications

Use this method to perform a binary search of the list of objects. The Sorted property must be True or calling this method will result in an exception being raised.

Information This method is only useful for TObjectList descendant classes that override two protected object comparison methods that are called in order to compare the names of objects, as well as the objects themselves.
Image