Web.DBWeb.TDSTableProducer.DefineFieldMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefineFieldMap;

C++

void __fastcall DefineFieldMap();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb 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.

See Also