Grids.TDrawGrid

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Grids.pas

TDrawGrid = class(TCustomDrawGrid)


Unit: Grids

Type: class

Inherited Class Members: Grids.TDrawGrid Members

C++ Information

From Grids.hpp

TDrawGrid = class(TCustomDrawGrid)


Unit: Grids

Type: class

Inherited Class Members: Grids.TDrawGrid Members

Class Constructors & Destructors: Grids.TDrawGrid Constructors

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

Personal tools
Translations
Newest Version