decrease the opacity of the form without changing other components

Depending on your Delphi and Windows version, you can achieve this by setting the Form properties DoubleBuffered = true and GlassFrame.Enabled = true and GlassFrame.SheetOfGlass = true.

Leave a Comment