RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceList Methods

The methods of the IInterfaceList class are listed here.

 
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. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!