I'm using Delphi 10.1 for developing android mobile application. And I'm having two form: Form-A and Form-B. Form-A contains the button and Form-B contains panel with the text. And When I clicks the Form-A button, it should show the Form-B. At that time Form-A should become dim. How can I able to implement this? Please help me.
I do this with a TRectangle placed on the form I want to dim, set it's Align property to Contents, then set its Fill property and Opacity to achieve the desired amount of dimming.