I can easily make semi-transparent panel inside form using Firemonkey's TForm.Transparency and TPanel.Opacity options. But I can't do it in VCL.
I want to make something like this:
Is there any way to do it in VCL application? No third-party component please.
Edit: If I can also make opaque components on the semi-transparent surface, that would be a PLUS.