Book a Demo

Author Topic: Delphi class generation  (Read 3183 times)

Kai Bohli

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • Delphi rocks !
    • View Profile
Delphi class generation
« on: July 16, 2002, 06:49:35 am »
Hi All !

I'm new to UML and a new customer using EA. I'm fiddling with EA and tries to make a simple class for Delphi.
I noticed that the generated code contains empty class meth ???ods.

Eg: EA generated this:

function Sending.GetPerson: String;
begin

end;


while I was expecting something like this:

function Sending.GetPerson: String;
begin
 result := FPerson;
end;

Is this a bug or feature ? :) Am I overlooking something here ?

TIA

Best wishes
Kai Bohli
Norway
[email protected]