RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParamsList Class

TLocateParamsList is a collection of TLocateParams objects.

Pascal
TLocateParamsList = class(TObject);
C++
class TLocateParamsList : public TObject;

DBAdapt

TLocateParams is a collection of TLocateParams objects, where each TLocateParams object lists the key fields and their values for a single dataset adapter. The entire collection of TLocateParams gives the key fields and their values for a set of dataset adapters that are linked together in master/detail relationships. 

TLocateParams is useful for locating records of a dataset adapter. Because the dataset adapters are linked in master/detail relationships, it is impossible to locate a record in a detail dataset without first positioning the master datasets on their corresponding records. 

 

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