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

TListItems.FindData

FindData - returns the ListItem associated with the specified datapointer

Declaration

Source position: comctrls.pp line 1155

public function TListItems.FindData(

  const AData: Pointer

):TListItem; overload;

function TListItems.FindData(

  StartIndex: Integer;

  Value: Pointer;

  Inclusive: Boolean;

  Wrap: Boolean

):TListItem; overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.