[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Finds an object in the list and returns its index.
Source position: classesh.inc line 501
public function TStrings.IndexOfObject( |
AObject: TObject |
):Integer; virtual; |
IndexOfObject searchs 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: |
|
No notes exist for this page yet.