Hello
I want to change the font color of TStringGrid's selected line : DrawCell event seems to be the even i have to use.
But at the same time, i use a procedure on FormCreate who check every Component and change Font, Color, Size, ....
When i add the DrawCell event, the modification added with the procedure are lost.
I can't find a way to make both work together.
thanks in advance.