> So, how can I accomplish renaming (automatic or manual) under Lazarus?
> Or is that not (yet) possible?

Are you doing something like:

Form := TMyForm.Create(Owner);
Form.Name := 'Form1';

that gets called every time when the form is created ????
Try not assigning names and it should work. 

NOTE: I have not tested this with Lazarus but in Delphi its possible
to Create a control without assigning any name to it. In this
particular case "auto naming" comes in the game, I think.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to