System.Classes.IInterfaceList Methods
From RAD Studio API Documentation
InheritedProtected
AddRef public Increments the reference count for this interface.
Exchange public Swaps the position of two interfaces in the list.
First public Returns the first interface in the list.
Get public Returns a specified interface from the list.
GetCapacity public Returns the value of the Capacity property.
IndexOf public Returns the index of an interface.
Last public Returns the last interface in the list.
Lock public Prevents other threads from accessing the list.
operator [] public
Put public Replaces an interface in the list with a specified interface.
QueryInterface public Returns a reference to a specified interface if the object supports that interface.
Release public Decrements the reference count for this interface.
SetCapacity public Sets the value of the Capacity property.
Supports public Indicates whether a given interface supports a specific (another) interface.