RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.CreateColumns Method

Creates the TDBGridColumns object that stores the column descriptors for the grid.

Pascal
function CreateColumns: TDBGridColumns; dynamic;
C++
__fastcall TDBGridColumns CreateColumns();

Applications cannot call CreateColumns. It is exposed as a protected method so that component writers can substitute a descendant of TDBGridColumns to manage the column descriptors of a data-aware grid. 

 

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