Stephen

> I've normally kept a list of components created on the fly and
specifically
> freed them - maybe I don't need to.

Depends on wether you pass and owner to the constructor or not,
Some people use Create(nil) in which case you clean up yourself or
Create(Form1) in which case the form cleans up

Neven



---------------------------------------------------------------------------
    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"

Reply via email to