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