Hi Wei,<div><br></div><div>That&#39;s pretty neat! I think i can use this in a project that uses DBRadioGroups. Very cool!</div><div><br></div><div>Thanks,</div><div>Colin<br><br><div class="gmail_quote">On 5 November 2010 09:36, Cheng Wei (FMI) <span dir="ltr">&lt;<a href="mailto:chengw@fmi.co.nz">chengw@fmi.co.nz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi,<br>
<br>
Below works for us:<br>
<br>
procedure TForm1.FormCreate(Sender: TObject);<br>
  SetWindowRgn(ARadioGroup.Handle, CreateRectRgn(7, 14,<br>
ARadioGroup.Width - 2, ARadioGroup.Height - 2), True);<br>
end;<br>
<br>
HTH<br>
<br>
Cheng Wei<br>
Software Development Manager<br>
Fairview Metal Industries<br>
<br>
M   +64 21 410 776<br>
P    +64 9 984 4917<br>
F    +64 9 984 4993<br>
      <a href="mailto:chengw@fmi.co.nz">chengw@fmi.co.nz</a><br>
      <a href="http://www.fmi.co.nz" target="_blank">www.fmi.co.nz</a><br>
<div><div></div><div class="h5"><br>
<br>
|-----Original Message-----<br>
|From: <a href="mailto:delphi-bounces@delphi.org.nz">delphi-bounces@delphi.org.nz</a><br>
|[mailto:<a href="mailto:delphi-bounces@delphi.org.nz">delphi-bounces@delphi.org.nz</a>] On Behalf Of Ayers, Stephen<br>
|Sent: Friday, 5 November 2010 11:15 a.m.<br>
|To: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
|Subject: [DUG] TradioGroup without a border<br>
|<br>
|Hi there<br>
|<br>
|Does anyone know how to remove the border from a TRadioGroup?<br>
|I can not seem to find a property that does this, either I am<br>
|blind or there isn&#39;t one.  Any help would be appreciated.<br>
|<br>
|Thanks<br>
|<br>
|<br>
|<br>
|_______________________________________________<br>
|NZ Borland Developers Group - Delphi mailing list<br>
|Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
|Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
|Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a><br>
|with Subject: unsubscribe<br>
|<br>
</div></div>#####################################################################################<br>
Scanned by MailMarshal - M86 Security&#39;s comprehensive email content security solution.<br>
Download a free evaluation of MailMarshal at <a href="http://www.m86security.com" target="_blank">www.m86security.com</a><br>
#####################################################################################<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe<br>
</div></div></blockquote></div><br></div>