RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParamsList.Add Method

Adds a TLocateParams object to the collection.

Pascal
function Add: TLocateParams;
C++
__fastcall TLocateParams Add();

Call Add to insert a new TLocateParams object into this collection. 

Add returns the newly-inserted TLocateParams object. The returned object is an empty list that is not yet associated with any dataset adapter. Set the returned object's AdapterName property to associate it with a dataset adapter, and then fill it by calling its AddParam method for every key field of that adapter. 

 

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