How to leave a semi-transparent Delphi form?

4

Hello, to be simpler to understand, see the example below, thank you for reading my question!

    
asked by anonymous 11.06.2015 / 20:30

1 answer

2

Do the following:

  • Change to true the value of the AlphaBend property of the form.
  • In the AlphaBlendValue property you change the transparency level, the default is 255 .

    Result:

  • Depending on the version you are using, you can do this by enabling the properties Enabled and SheetOfGlass from GlassFrame to true .  

    Result:

        
    11.06.2015 / 20:36