Book a Demo

Author Topic: attributes missing in Delphi?  (Read 3593 times)

Beat

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
attributes missing in Delphi?
« on: June 10, 2002, 02:05:46 am »
I imported a calss with the following source code lines:

   FileList,
   DirList: TStringList;

in the generated diagram, only DirList was visible.
Is this a bug?
Beat