Hi,
I've developed a VCL based on TStringGrid and put some code within my VCL's DrawCell event. All works fine.
In one form, I need to draw red lines; so need the event DrawCell to be implemented also in my form. In this specific case, the DrawCell of the VCL is discarted. I tried to call inherited after/before without any results...
Any ideas for the event to be called twice?
Thanks in advance,
I've developed a VCL based on TStringGrid and put some code within my VCL's DrawCell event. All works fine.
In one form, I need to draw red lines; so need the event DrawCell to be implemented also in my form. In this specific case, the DrawCell of the VCL is discarted. I tried to call inherited after/before without any results...
Any ideas for the event to be called twice?
Thanks in advance,