Console App. TMyConnection.Create()
Posted: Sat 21 Oct 2006 14:48
Trying to make a Console Application with D6
the TMyConnection.Create() method needs an owner.
Self doesn't work.
VAR MyConnection1 : TMyConnection;
BEGIN
MyConnection1:= TMyConnection.create(?);
etc.
END.
Thanks for answering Teunis
the TMyConnection.Create() method needs an owner.
Self doesn't work.
VAR MyConnection1 : TMyConnection;
BEGIN
MyConnection1:= TMyConnection.create(?);
etc.
END.
Thanks for answering Teunis