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