RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponentList Methods

The methods of the TComponentList class are listed here.

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