Book a Demo

Author Topic: Delphi and Forward Engineering  (Read 2552 times)

surfbabe

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Delphi and Forward Engineering
« on: June 13, 2003, 12:09:31 am »
How do I get EA to mark a procedure as override? I used "Override Operations/Interfaces ..." but I did not get correct source code.

eg. constructor Create(AOwner: TComponent); override;

How do I get EA to mark a procedure as virtual. If I check "pure" in the Operations Properties "abstract" is automatically checked, too. But I want to get:

eg. constructor Create(AOwner: TComponent); virtual;

hope anybody can help, thnx
claudia