Re:TSkinForm
On Sun, 23 Jul 2000 16:52:50 +0100, "Richard Towyn"
Quote
<Richto...@freenetname.co.uk> wrote:
>is there a Delphi 3 equivalent?
First, do NOT cross- or multi-post messages. It isn't necessary, and
it is specifically against the published newsgroup guidelines.
The TCanvas.TextFlags property provides a way to specify flags which
are used by the Windows API routine ExtTextOut, which is called from
TCanvas.TextOut and TCanvas.TextRect. See ExtTextOut in the help for
details on what the flags mean. With respect to ETO_OPAQUE, it looks
like Delphi 5 doesn't even use this, but it would probably be
equivalent to *not* setting Brush.Style := bsClear.
--
Rick Rogers (TeamB)
www.fenestra.com and www.componentfactory.com