<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I Create a number Panels - (each panel Components)
dynamically.</FONT></DIV>
<DIV><FONT face=Arial size=2>I set the Owner of the Panels to a container
control (eg. ScrollBox, Panel, etc)</FONT></DIV>
<DIV><FONT face=Arial size=2>The Building of the Panels requires the destruction
of the existing components and the construction of new ones.</FONT></DIV>
<DIV><FONT face=Arial size=2>Is it quicker to maintain my own list of the
components I create and destroy them myself</FONT></DIV>
<DIV><FONT face=Arial size=2>-or-</FONT></DIV>
<DIV><FONT face=Arial size=2>Is it quicker to set the Owner and then call
RemoveComponent for each component to destroy them.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards<BR>Paul McKenzie<BR>SMSS
Ltd.<BR>Wellington<BR>New Zealand</FONT></DIV></BODY></HTML>