RAD Studio VCL Reference
ContentsIndex
TComponentList Methods Public Methods
Public Methods
 
Name 
Description 
 
Add 
Inserts a component at the end of the list. 
 
Removes a component from the list. 
 
Returns Items[0]. 
 
Returns the index of the first component in the list with a specified value. 
 
Adds a component to the list at a specified position. 
 
Last 
Returns the component at the end of the Items array. 
 
Removes a specified component from the list and (if OwnsObjects is true) frees the component. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.