RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.GetMappedIndex Method

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

Pascal
function GetMappedIndex(ColIndex: Integer): Integer;
C++
__fastcall int GetMappedIndex(int ColIndex);

Applications can not 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!