How to put 3D effects in Delphi applications?

1
Hello, I have noticed that some applications in Delphi have graphical effects on the forms in such a way that as soon as the cursor passes over an image, for example, a wave appears around it, I have seen this a few times and wanted to know how to give this effect.

    
asked by anonymous 09.06.2015 / 20:00

1 answer

4

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

    
09.06.2015 / 20:27