| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Search for a class pointer in the list.
Source position: contnrs.pp line 124
| 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.