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