RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGridColumns.Add Method

Creates a new TColumn instance and adds it to the Items array.

Pascal
function Add: TColumn;
C++
__fastcall TColumn Add();

Add returns the new column. At design time, use the data grid's Columns editor to add columns to the grid. 

 

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