I'm a Java programmer trying to write a little application in DELPHI (version 4).
I have a form that implements an interface:
{ Here's the interface (simplified)}
IUserInterface = interface
procedure reportError (errorMessage: string);
end;
{ Here are the pertinent parts of...
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.