<div dir="ltr"><br clear="all"><div class="gmail_quote">On Thu, Feb 4, 2010 at 14:01, Justin Smyth <span dir="ltr"><<a href="mailto:delphian@smythconsulting.net">delphian@smythconsulting.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">







<div bgcolor="#ffffff">
<div><font face="Arial" size="2">I've got a simple question , i want to write a 
component that has two or more other components on it ( ie a text box or or a 
button and a image ) on it , should i be using a widget to do this ? or 
should i just write it directly ( i've written components for lazarus before but 
can only get one control on it ) the platform i will be using will be Win32 ( i 
want to convert some other components that i have that have more than one 
graphical control on them so far i havent been sucessfull doing it 
)</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">Any help would be great </font></div></div></blockquote><div><br>You need a container for it such as TWinControl or something like that (see TCustomPanel or something like that) that can have child component inside, and by code you place the other components inside.<br>

<br>You can see the TLabelEdit for example of two components inside one.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div bgcolor="#ffffff">


<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">Delphian</font></div></div>
<br>_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br></blockquote></div><br><br>Ido<br></div>