If I understood your problem corectly, here are some possible hints:
 
Your parameterised constructor method might not be working fine.
 
You have to check if *all* the instances hide detailed elements from client 
code.
 
The client code *might* on occasions benefit from typecasting into primitive 
types
(faster compiling), but I agree that references should be passed when available.
 
The main problem is that with undocumented base class, it is not a good 
practice to reference (published) properties of its instances, even if their 
intended purpose *seems* to be obvious.
 
Finally, since any code can have a bug, don't forget to TObject.free ;)
 
Zoran



                
---------------------------------
Yahoo! Mail Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to