Vcl.DBGrids.TCustomDBGrid.StoreColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  StoreColumns: Boolean;

C++

bool __fastcall StoreColumns();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

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

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.

See Also