RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumns.RebuildColumns Method

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

Pascal
procedure RebuildColumns;
C++
__fastcall RebuildColumns();

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 which 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!