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