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

TListItems.FindData

FindData - returns the ListItem associated with the specified data pointer.

Declaration

Source position: comctrls.pp line 1168

public function TListItems.FindData(

  const AData: Pointer

):TListItem; overload;

function TListItems.FindData(

  StartIndex: Integer;

  Value: Pointer;

  Inclusive: Boolean;

  Wrap: Boolean

):TListItem; overload;