FYI, maybe this is what you meant, but AFAIK you can safely remove the Delphi generated form vars from every form unit except your apps main form.
[Comprehensive answer on the interface stuff, BTW!] Cheers, C. -----Original Message----- From: Dennis Chuah [mailto:[EMAIL PROTECTED] What you read only applies to const parameters. I would continue to use method level consts and not move them to the unit level. In fact, I *never* use unit level vars, except for the Delphi generated main form code. Using method level is safer than unit level vars. [snip] --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
