As far as I can tell TIECanvas is not described or discussed anywhere.
What is the difference between TIECanvas.Brush.Transparency and TIECanvas.Brush.BackTransparency?
var
NewCanvas: TIECanvas;
NewCanvas.Brush.Transparency := StrToInt(BrushAlpha1.Text);
NewCanvas.Brush.BackTransparency := StrToInt(BrushAlpha1.Text);
William Miller