Icon TGrid

Unit: WebGrids

Inherits From TGridControl

Available In: Visual Client Applications

The TGrid component represents a grid control. A grid can be un-bound and used to display and update a matrix of cells as strings, or can be bound to TDataSet component instances in order to display and update the rows in the dataset.

Each grid instance has its own defined set of columns and, if the grid is bound to a dataset, each column can be bound to a specific dataset column. Grid columns can also be used to sort a dataset by a specific set of columns via their SortDirection property.

Image