Graphics too slow

hi

there is any way to have less graphic on GlowButton in order to have best CPU performances to use it ?
in certain cases program go slow and i think button have a weigth in it !
In general its possible to do this operations in all tms components ?
 
Thank u
 

Can you define "less graphic" ?
What exactly is the performance problem? The glow effect or the basic drawing?

If the glow effect causes a slowdown, add the unit AdvGDIP to the uses list and set global variable GlowSpeed = 1.

Graphics : gradient, up/down of button ... the repaint in general that i think expend much cpu process

Did you try to turn off the GlowSpeed?
If even drawing the gradient is too much, you could try to set the ColorTo values to clNone. Then it will draw a solid color.