RAD Studio VCL Reference
ContentsIndex
TObjectList Methods Public Methods
Public Methods
 
Name 
Description 
 
Add 
Inserts an object at the end of the list. 
 
Removes a specified object from the list without freeing it. 
 
Finds the first instance of a specified class in the list. 
 
Returns Items[0]. 
 
Returns the index of the first object in the list with a specified value. 
 
Adds an object to the list at a specified position. 
 
Last 
Returns the object at the end of the Items array. 
 
Removes a specified object from the list and (if OwnsObjects is true) frees the object. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.