RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectList Methods

The methods of the TObjectList class are listed here.

 
Name 
Description 
 
This is GetItem, a member of class TObjectList. 
 
Responds when items are added, removed, or extracted from the list. 
 
This is SetItem, a member of class TObjectList. 
 
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.
What do you think about this topic? Send feedback!