RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumns.Add Method

Adds a new column descriptor to the end of the Items array.

Pascal
function Add: THTMLTableColumn;
C++
__fastcall THTMLTableColumn Add();

Call Add to add a column descriptor to the collection of columns shown in the HTML table generated by TDSTableProducer. Applications should only call Add when the value of the State property is csCustom. 

 

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