I am using CodeGear Delphi 2007 for Win32,
look at the folowing code, the error is described at the end of text:
TAbstractEnumerator = class abstract
function GetCurrent: Integer; virtual; abstract;
function MoveNext: Boolean; virtual; abstract;
property Current: Integer read GetCurrent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.