Hi,
As far as I know, TDrawGrid is a base class for TStringGrid (that means TStringGrid inherits the properties/methods/... of TDrawGrid, and add some others - amongst Cell[index...]:=stringValue ).
So I guess TDrawGrid is used to draw something in its cells (the OnCellPaint(?)...