Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IIterator > Properties
IIterator.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.IIterator.HasMoreElements
•CommonInterfaces.IIterator.NextElement
•IIterator
•CommonInterfaces