form:Transparent, Control on form:non Transparent?
How can change alphablend of a form without affect on control in form? Delphi XE7 One solution to this problem is to use Multi-Device Application (if using VCL is not possible). If you need to leave a transparent TForm just changing a property Transparency = True . If you need to leave a semi-transparent component, all components have the Opacity property that can be assigned a more transparent value between 0 and 1, where 0 is closer to that component. For example you could put the controls within a TLayout and change the Opacity of it as you see fit, and have no effect on the other