CODE
if ARow >= TheGrid.RowCount then
exit;
... actual code to set colors
exit;
... actual code to set colors
The safety check seems to work fine, but I have to remember to include it in all my event handlers.
Has this problem been reported before?











