Vcl.DBGrids.TColumn.Grid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Grid: TCustomDBGrid read GetGrid;

C++

__property TCustomDBGrid* Grid = {read=GetGrid};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Indicates the grid that contains the column.

Use the Grid property to access the grid that contains the column.

See Also