[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FindCaption- search for and return the list item that contains the nominated caption
Source position: comctrls.pp line 1156
public function TCustomListView.FindCaption( |
StartIndex: Integer; |
Value: String; |
Partial: Boolean; |
Inclusive: Boolean; |
Wrap: Boolean; |
PartStart: Boolean = true |
):TListItem; |
FindCaption- search for and return the list item that contains the nominated caption
Starting from item with StartIndex
Looking for the string Value
Partial, Inclusive, Wrap, PartStart: Boolean arguments allowing matches with part of the string, permitting the string to wrap over a line, etc
lazarus-ccr.sourceforge.net |