
06-06-2007, 06:49 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
That is supposed to be like that. Giving it a name will make it a global variable, and you cannot just create another object with the same name, it will try to replace the existing object if possible though (if it's just "TGraalVar").
This is partially like that to make it possible to use 'new GuiControl("name")' and such without needing to check if the control is already existing |
|
|
|