RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.StoreColumns Method

Indicates whether the columns of the grid are stored when the grid is saved, or whether they are generated dynamically.

Pascal
function StoreColumns: Boolean;
C++
__fastcall Boolean StoreColumns();

StoreColumns causes the Columns property to be stored only when the Columns property has a State property of csCustomized. The State property for Columns indicates whether the columns are generated automatically from the fields in the dataset, or if they are specified programmatically or by the Columns editor. 

 

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