[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: line 0

public function TListItems.FindData(

  const AData: Pointer

):TListItem; overload;

function TListItems.FindData(

  StartIndex: Integer;

  Value: Pointer;

  Inclusive: Boolean;

  Wrap: Boolean

):TListItem; overload;