Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFPList.TDirection

Search direction for IndexOfItem.

Declaration

Source position: classesh.inc line 245

public type TFPList.TDirection = (

  FromBeginning,

  

Start search at the beginning.

  FromEnd

  

Start search at the end.

);

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

TFPList.IndexOfItem

  

Search an item in the list.


Documentation generated on: Jul 24 2023