Vcl.Grids.TDrawGrid

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Grids.TCustomDrawGridVcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDrawGrid

Delphi

TDrawGrid = class(TCustomDrawGrid)

C++

class PASCALIMPLEMENTATION TDrawGrid : public TCustomDrawGrid

Properties

Type Visibility Source Unit Parent
class public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

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

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.

See Also