[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the ordinal position in the container for the specified list item.
Source position: comctrls.pp line 1171
public function TListItems.IndexOf( |
const AItem: TListItem |
):Integer; |
AItem |
|
TListItem instance to locate in the container. |
Ordinal position in the container for the specified list item, or -1 when not found.