Jump to content

Create Form constructor not working


teknomurat

Recommended Posts

the above code works

procedure TMainForm.UniButton2Click(Sender: TObject);
begin
TUniForm2.Create(UniApplication);
end;

 

the following code works but the form.constructor part does not work

procedure TMainForm.UniButton2Click(Sender: TObject);
begin
TUniFormClass(FindClass('TUniForm2')).Create(UniApplication);
end;

Link to comment
Share on other sites

  • Administrators
10 minutes ago, teknomurat said:

 

I can test my desktop application with unigui then i will buy it

The EXE file you have sent above is compiled with a commercial version of uniGUI. This license belongs to h***@e**m.com

You will be banned from forums and the original license holder's account will be terminated.

Link to comment
Share on other sites

  • 4 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...