You should call its Free method. Ie
frmBlank := TFrmBlank.Create(self) try //do something Finally frmBlank.Free; end; -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dalewolver Sent: Wednesday, August 17, 2005 12:22 PM To: [email protected] Subject: [delphi-en] Form Release vs Close Whats the guidelines on when to use release and when to use close. For example I have a form that I want to free from another form. Should I use release or should I call its close method ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hg8vu62/M=362329.6886308.7839368.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1124312003/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----------------------------------------------------- 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/

