[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TItemFind

Represents a search mechanism used to locate the data for a list view item.

Declaration

Source position: comctrls.pp line 1279

type TItemFind = (

  ifData,

  

Not used in the current implementation.

  ifPartialString,

  

Not used in the current implementation.

  ifExactString,

  

Not used in the current implementation.

  ifNearest

  

Not used in the current implementation.

);

Description

TItemFind is the type passed as an argument to TLVDataFindEvent and used to implement the OnDataFind event handler in TCustomListView.

See also

TCustomListView.OnDataFind

  

Event handler signalled to locate list item data in OwnerData (virtual) mode.

TLVDataFindEvent

  

Not used in the current LCL implementation.