View Single Post
  #12  
Old 06-18-2007, 06:30 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Tolnaftate2004 View Post
You can make one a child of TStaticVar or whatever and make another a child of your custom type...
No you can't, you can only copy variables that way not functions, using: ObjectVar = new ExistingObject("NewName");, unless joinedclasses suddenly became writable. If joinedclasses is writable and noone told me I'm going to explode.
Quote:
Originally Posted by Tolnaftate2004 View Post
You can use TGraalVar(), any GUI control, etc., as long as there is no name (except TShowImg and maybe some others...).
Why would I want to do that? It limits the amount of variables I can use without conflicting with the static variables of non-blank object types.

Edit: I just tested, apparently joinedclasses can be written now, my rage is insurmountable. Oh well, my system is still superior.
__________________

Last edited by Inverness; 06-18-2007 at 06:46 PM..
Reply With Quote