RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameterList Class

A collection of TDBXParameter instances that can be used to get and set parameters for a TDBXCommand.

Pascal
TDBXParameterList = class;
C++
class TDBXParameterList;

The Parameters property returns an instance of TDBXParameterList. The TDBXParameterList manages a collection of TDBXParameter instances that can be used to get and set parameters for a TDBXCommand. The lifetime of all TDBXParameter instances added to this list will be managed by this list. So when Free is called, Free will also be called for all items in the list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!