Book a Demo

Author Topic: Generate Code for Delphi  (Read 2824 times)

fabiane

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Generate Code for Delphi
« on: July 29, 2003, 06:02:48 am »
Hi!

I'm trying to generate code for Delphi but I don't know how to generate a form (Interface) and buttons, textbox,... I defined screen and UIControls in the custom diagram. But the EA doesn't generate code for this diagram.

After this I tryed to generate code from a interface class in the logical diagram.

So, How I generate an Interface (form, buttons, textbox) from EA to Delphi....

thanks!!

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
Re: Generate Code for Delphi
« Reply #1 on: July 30, 2003, 02:54:49 am »
To the best of my knowledge, you can't.
Anyway, the visual form designer in the Delphi IDE is better suited for this. Reverse engineer your form source file afterwards to include it in your model.

Mikkel