Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IIterator > Methods
IIterator.GetCount Method
Returns the number of items left in the enumeration.
Accessor method for CommonInterfaces.IIterator.Count property.
Namespace: CommonInterfaces
Delphi
public function GetCount: Integer;
Return Value
Type: Integer
•CommonInterfaces.IIterator.HasMoreElements
•CommonInterfaces.IIterator.NextElement
•CommonInterfaces.IIterator.Count
•IIterator
•CommonInterfaces