...
if Length(Trim(AViewInfo.GridRecord.Values[3])) > 11 then
ACanvas.Canvas.Brush.Color := clRed;
...现在程序报错“could not convert variant of type (Null) into type (string)”表格中某些行的值确实是NULL,请问怎么解决呢?