Jump to content

teknomurat

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

teknomurat's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I can test my desktop application with unigui then i will buy it
  2. http://www.minikustam.com/murat/question.zip The application can look at the settings used
  3. 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;
×
×
  • Create New...