TFPList.TDirection
Search direction for IndexOfItem
Declaration
Source position: classesh.inc line 239
public Type
  TDirection = (FromBeginning,FromEnd);
Description
TFPList.TDirection is used to indicate where the TFPList.IndexOfItem search algorithm starts it search: at the beginning of the list or at the end of the list.
See also
| Name | Description | 
|---|---|
| TFPList.IndexOfItem | Search an item in the list |