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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...