The TIList object stores and manages a list of interfaces. Originally, a descendant of TInterfaceList, it now descends from TInterfaceListPersistent, which improves the list by adding clone and assign methods and a protected Notify method (similar to TList) that may be overridden to notify an owner of list changes. Like any list, it provides properties and methods to:
• Add or delete the objects in the list. • Rearrange the objects in the list. • Locate and access objects in the list. • Sort the objects in the list. |
Namespace: RSInterfaceCollections
Delphi |
type |