Hello,

When I write something like so:

-----------------------------------------------------
type
  TForm1 = class(TForm);

  TSomeClass = class
  ...
  end;

  TForm1 = class(TForm)
  ...
  end;


------------------------------------------------------

If I try to rename a component in design time (Other then the form
itself), it will throw at me Access Violation.

I'm using: Lazarus 1.1 r39114M FPC 2.6.0 x86_64-linux-gtk 2

Can you reproduce the following issue (So I could report a bug), or am
I missing something here ?

Thanks,
Ido

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to