Vcl.DBGrids.TGridDataLink.Grid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Grid: TCustomDBGrid read FGrid;

C++

__property TCustomDBGrid* Grid = {read=FGrid};

Properties

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

Description

Identifies the Grid component that uses this data link to manage its data.

Use Grid to access the data-aware grid that owns this data link. The value of Grid is assigned by the TGridDataLink constructor.

See Also