How to put 3D effects in Delphi applications?

Asked

Viewed 303 times

1

Hello, I have noticed that some applications in Delphi have graphic effects in the forms in such a way that as soon as the cursor passes over an image, for example, around it appears a ripple, I have seen this a few times and I wanted to know how to give this effect. inserir a descrição da imagem aqui

1 answer

4


Add a component TSpeedButton, go on the property Glyph and add an image in BMP format, done this go in the property Flat and mark it as True.

Browser other questions tagged

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