Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomListView.FindData

Locates the specified list item data in the Items for the control.

Declaration

Source position: comctrls.pp line 1610

public function TCustomListView.FindData(

  StartIndex: Integer;

  Value: Pointer;

  Inclusive: Boolean;

  Wrap: Boolean

):TListItem;