[Lazarus] Transparent Container/Panel in LCL?

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Mon Sep 3 16:19:43 CEST 2012


Transparency is supported, just use TWinControl.SetShape(Region) or
SetShape(Bitmap);

It will be tricky if you want to have a very irregular region of
transparency, such as for having text. In this case SetShape(Bitmap)
is the best option.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list