[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Finds an object in the list and returns its index.
Source position: classesh.inc line 738
public function TStrings.IndexOfObject( |
AObject: TObject |
):Integer; virtual; |
IndexOfObject searches through the list of strings till it find a string associated with AObject, and returns the index of this string. If no such string is found, -1 is returned.
Remark: |
|