RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.ClearMapping Method

Empties the Fields array and frees any associated memory.

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

Applications should not call ClearMapping directly, because this would cause the Fields array to become out of sync with the THTMLTableColumns object used by TDSTableProducer. TDSTableProducer calls ClearMapping before rebuilding the Fields list, every time the column mapping changes. 

 

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