[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Search for a class pointer in the list.
Source position: contnrs.pp line 122
public function TClassList.IndexOf( |
AClass: TClass |
):Integer; |
AClass |
|
Class pointer to search for |
Position of the class pointer, or -1 if not found.
IndexOf searches for AClass in the list, and returns it's position if it was found, or -1 if it was not found in the list.
None.
No notes exist for this page yet.