<!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.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I would like a read-only control to display
text, similar to a Label but has text selection/copy functions.
I was using a TEdit in ReadOnly mode and no border, but I also want it to
be transparent. Unlike a TLabel, TEdit doesn't have a Transparent
property, and I tried adding csOpaque to the ControlStyle but this didn't
have any effect. Are there any simple solutions? If not I'll just
use a Label.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Cheers,</FONT></DIV>
<DIV><FONT face=Arial size=2>Ross.</FONT></DIV></BODY></HTML>