RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceList Members

The following tables list the members exposed by IInterfaceList.

 
Name 
Description 
 
Add 
Adds an interface to the list. 
 
Clears the interface list. 
 
Deletes an interface from the list. 
 
Swaps the position of two interfaces in the list. 
 
Returns the first interface in the list. 
 
Get 
Returns a specified interface from the list. 
 
Returns the value of the Capacity property. 
 
Returns the value of the Count property. 
 
Returns the index of an interface. 
 
Inserts an interface into the list at a specified position. 
 
Last 
Returns the last interface in the list. 
 
Lock 
Prevents other threads from accessing the list. 
 
Put 
Replaces an interface in the list with a specified interface. 
 
Removes an interface from the list. 
 
Sets the value of the Capacity property. 
 
Sets the value of the Count property. 
 
Unlocks the list, allowing other threads to access it. 
 
Name 
Description 
 
Specifies the list capacity. 
 
Specifies the number of interfaces in the list. 
 
Provides direct access to an interface in the list. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!