[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#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;