RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.ClearMapping Method

Empties the field map and frees any associated memory.

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

Applications should not call ClearMapping directly, because this would cause the field map to become out of sync with the columns of the TCustomDBGrid. The TCustomDBGrid calls ClearMapping first, every time it regenerates the field map. 

 

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