RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.Grid Property

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

Pascal
property Grid: TCustomDBGrid;
C++
__property TCustomDBGrid Grid;

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

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!