Web.DBWeb.TDSTableProducer.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
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

Indicates whether the Columns property is stored when the TDSTableProducer is saved.

StoreColumns causes the Columns property to be stored only when the Columns property has a State property of csCustom. The State property for Columns indicates whether the columns represent default display attributes for all the fields in the dataset, or if the display attributes or field bindings of the columns have been customized programmatically or by the Columns editor.

See Also