Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IInterfaceIterator > Properties
IInterfaceIterator.Count Property
Returns the number of items left in the enumeration.
Namespace: CommonInterfaces
Delphi
public property Count: Integer read get_Count;
Property Value
Type: Integer
•CommonInterfaces.IInterfaceIterator.HasMoreElements
•CommonInterfaces.IInterfaceIterator.NextElement
•IInterfaceIterator
•CommonInterfaces