RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.LocateParamsList Property

Lists the parameters that identify the current record of this dataset and all other datasets linked to it in a master/detail relationship.

Pascal
property LocateParamsList: TLocateParamsList;
C++
__property TLocateParamsList LocateParamsList;

TCustomDataSetAdapter uses LocateParamsList to store the information it needs to position itself correctly on the current record. This information is taken from parameter values in the current request message. Those parameter values, in turn, originate from values added to an HTML form that were gathered using the GetKeyParams method. 

When you call the Locate or LocateAndApply method, TCustomDataSet uses the values in LocateParamsList to identify the target position in its associated dataset (and any datasets linked in a master/detail relationship). 

 

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