Web.DBWeb.THTTPDataLink.GetMappedIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetMappedIndex(ColIndex: Integer): Integer;

C++

int __fastcall GetMappedIndex(int ColIndex);

Properties

Type Visibility Source Unit Parent
function protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTTPDataLink

Description

Returns the index of the field component in the dataset that corresponds to the index of the field component within the Fields array.

Applications cannot call GetMappedIndex directly. GetMappedIndex takes ColIndex, the index of a field component in the Fields array, and returns the corresponding index of the field component in the dataset.

See Also