How to leave a semi-transparent Delphi form?

Asked

Viewed 1,342 times

4

Hello, to make it easier to understand see the example of the image below, thank you for reading my question!inserir a descrição da imagem aqui

1 answer

2


Do the following:

  1. Change to true the value of the property AlphaBend form.
  2. On the estate AlphaBlendValue you change the level of transparency, the standard is 255. inserir a descrição da imagem aqui

    Upshot:

    inserir a descrição da imagem aqui

Depending on the version you are using, it is possible to do this effect by enabling the properties Enabled and SheetOfGlass of GlassFrame for true. inserir a descrição da imagem aqui

Upshot:

inserir a descrição da imagem aqui

  • This would affect the entire form, I found another way!

  • @Pascalstarting Yes, I was updating the answer with something about this.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.