Creates the enumeration and sets it to the beginning of the list.
Namespace: RSInterfaceCollections
Delphi |
public |
Parameters
AInterfaceList
Type: TInterfaceListPersistent
The following code shows how to use the iterator to get all the values in a TInterfaceListPersistent object, note that this code assumes that every interface in the list is an IFact interface:
|