RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter Class

TParameter represents a parameter.

Pascal
TParameter = class(TCollectionItem);
C++
class TParameter : public TCollectionItem;

ADODB

Use the properties and methods of a TParameter to set or get the value of a parameter used in an ADO query, stored procedure, dataset, or command component. Objects that use parameters create TParameter objects to represent those parameters and use a TParameters collection to organize and operate on the TParameter objects. For example, TParameters are used by TADOQuery objects and TADOStoredProc components (in their Parameters properties). 

 

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