hi, strange behaviour of rve, doing simple program for testing
https://yadi.sk/i/0awXA0sN3L5Wk2
appears when destroy and create class with rve in runtime
how to repaint to white again?
Regards, Stainslav
sometimes it becomes gray...
Re: sometimes it becomes gray...
don't know but when i change manually color of rve through rvActionBackground1 it becomes white
how to change it to white from code?
it must be some bug
how to change it to white from code?
it must be some bug
Re: sometimes it becomes gray...
Ok, solved through manually setting to white
Code: Select all
rve.BackgroundStyle:=bsNoBitmap;
rve.Color:=clWhite;
rve.Format;