[fpc-pascal]Why TStrings.Add can't work?

Peter Vreman peter at freepascal.org
Fri Nov 1 16:25:49 CET 2002


At 11:42 1-11-02, you wrote:
>Hello, everybody
>
>   I wonder why the following codes will cause a runtime error of "Abstract
>method called"?

TStrings is an abstract class. You need to use TStringList


Peter





More information about the fpc-pascal mailing list