RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.SetColumns Method

Sets the Columns property.

Pascal
procedure SetColumns(Value: THTMLTableColumns);
C++
__fastcall SetColumns(THTMLTableColumns Value);

In Delphi, SetColumns is the protected method used to set the Columns property. In C++, SetColumns is the protected implementation of the Columns property. SetColumns calls the Assign method of the THTMLTableColumns object stored internally by TDSTableProducer. Thus, the memory for any columns object assigned to the Columns property is never owned or freed by TDSTableProducer

 

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