DBWeb.TDSTableProducer.DefineFieldMap
From RAD Studio VCL Reference
C++ Information
From DBWeb.hpp
void __fastcall DefineFieldMap(void);
Unit: DBWeb
Type: method
Visibility: protected
Member Of: TDSTableProducer
Description
Builds the Fields array in DataLink.
Applications cannot call this protected method. DefineFieldMap rebuilds the field mapping for the dataset that is maintained by DataLink. This mapping reflects both the column bindings of the Columns property and the fields available in the dataset. After calling DefineFieldMap, the Columns property should be updated to match the field bindings in DataLink. This ensures that the Columns property reflects any changes imposed by the dataset.