app.aboutForm
Posted: Fri Aug 07, 2009 2:12 pm
by David Mitchell >> Fri, 9 Apr 1999 6:17:21 GMT
How do I show this form?
I have tried:
create app.aboutForm transient;
app.aboutForm.show;
and:
var
f : Form;begin
f := app.aboutForm;
create f transient;
f.show;
end;
But neither one works? How do I show it without hard coding the aboutForm?
Thanks
David
- Individualists, UNITE!
How do I show this form?
I have tried:
create app.aboutForm transient;
app.aboutForm.show;
and:
var
f : Form;begin
f := app.aboutForm;
create f transient;
f.show;
end;
But neither one works? How do I show it without hard coding the aboutForm?
Thanks
David
- Individualists, UNITE!