RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameterCollection.AddRange Method

Copies an array of parameters to a collection.

Pascal
procedure AddRange(Values: System.Array); override;
C++
virtual __fastcall AddRange(System.Array Values);

AddRange adds an array of TAdoDbxParameter objects to the parameter collection. 

If you call AddRange multiple times in the same session, each call copies only the most recently named parameter collection. 

 

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