RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameters Class

TParameters manages a collection of parameters.

Pascal
TParameters = class(TOwnedCollection);
C++
class TParameters : public TOwnedCollection;

ADODB

Use TParameters to manage a collection of TParameter objects for an object that uses field parameters. For example, TADOStoredProc objects and TADOQuery objects use TParameters objects (in properties named Parameters) to create and access their parameters.  

Use the properties and methods of TParameters to: 

Access a specific parameter. 

Add or delete field parameters from the list. 

Get or set the values of individual parameters. 

Compare collections of parameters. 

Iterate through all parameters. 

Copy a collection of parameters to another parameter collection. 

 

Parameters 

TParameter

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