Re: Access Violation in WndProc after Freeing Dynamically created components--What am I missing?

2006-09-27 Thread Doug Chamberlin
At 03:42 AM 9/26/2006, Chuck Belanger wrote: I found my own answer for this problem: Glad you found it! ___ Delphi mailing list - Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi

Re: Access Violation in WndProc after Freeing Dynamically created components--What am I missing?

2006-09-26 Thread Chuck Belanger
Hello, I found my own answer for this problem: After posting my question, I remembered a similar experience re: the WndProc error. It involved the use of TJvPanel with TBitBtns. Since I was using TJvPanel in the construction of my grid I tried converting those to TPanel and sure enough the

RE: Access Violation in WndProc after Freeing Dynamically created components--What am I missing?

2006-09-26 Thread zayin
If you are making the window/scroll box the owner you do not need to free it. The owner will free it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Belanger Sent: Monday, September 25, 2006 6:36 PM To: Delphi Listserve Subject: Access