Just make sure you increment backwards.
Hope this helps...

procedure TForm1.btnDestroyClick(Sender: TObject);
var
  i:integer;
begin
  for i:= GroupBox1.ControlCount -1 downto 0 do
    GroupBox1.Controls[i].Free;

end;

Rob Kennedy <[EMAIL PROTECTED]> wrote:     Curtis cloud wrote:
 > How do you delete dynamically created panels in a group box?
 
 Free them.
 
 -- 
 Rob
      
                
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 

[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