Web.DBWeb.THTMLTableColumns.RebuildColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RebuildColumns;

C++

void __fastcall RebuildColumns();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumns

Description

Replaces all the column descriptors in the Items array with new column descriptors that exactly match the fields in the dataset of DSTableProducer.

Call RebuildColumns to set the collection of column descriptors to the default state, which matches the order and number of fields in the dataset and imposes no special display attributes. RebuildColumns returns the collection of column descriptors to the state that is dynamically maintained when the State property is csDefault.

See Also