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

TListItems.FindCaption

FindCaption - returns the ListItem with the specified caption at the given starting place.

Declaration

Source position: comctrls.pp line 1111

public function TListItems.FindCaption(

  StartIndex: Integer;

  Value: string;

  Partial: Boolean;

  Inclusive: Boolean;

  Wrap: Boolean;

  PartStart: Boolean = True

):TListItem;