RAD Studio VCL Reference
|
Creates the TDBGridColumns object that stores the column descriptors for the grid.
function CreateColumns: TDBGridColumns; dynamic;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|