RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDrawGrid Class

TDrawGrid represents a grid control that displays information in column and row format.

Pascal
TDrawGrid = class(TCustomDrawGrid);
C++
class TDrawGrid : public TCustomDrawGrid;

Add a TDrawGrid object to a form to present arbitrary information in a tabular format. TDrawGrid provides many properties to control the appearance of the grid, as well as events and methods that take advantage of the tabular organization of the grid in responding to user actions.  

TDrawGrid introduces several events and methods to allow applications to customize the appearance and behavior of the grid.  

If the cells of the grid contain text strings that represent objects, consider using a TStringGrid object instead. If the grid displays field values from the records in a dataset, use TDBGrid instead. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!