Blank Forms
Posted: Fri Aug 07, 2009 2:14 pm
by David Mitchell >> Tue, 4 May 1999 3:00:38 GMT
Hi
I have tried creating an instance of the form class with:
vars
f : Form;begin
create f transient;
f.show;
end;
But this causes an exception. It says that I can't run the f.show method until I have created f, but I have created f. I thought that maybe Form was abstract, but when I looked, it said it was Real. Whats wrong?
Thanks
David.
PS I am using Jade 4.2.2
Hi
I have tried creating an instance of the form class with:
vars
f : Form;begin
create f transient;
f.show;
end;
But this causes an exception. It says that I can't run the f.show method until I have created f, but I have created f. I thought that maybe Form was abstract, but when I looked, it said it was Real. Whats wrong?
Thanks
David.
PS I am using Jade 4.2.2