RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameter Class

Individual parameters for queries and stored commands.

Pascal
TDBXParameter = class(TDBXValueType);
C++
class TDBXParameter : public TDBXValueType;

TDBXParameter should be created by calling CreateParameter for each "?" parameter marker specified in the Text property. Once a TDBXParameter is created, it must be added to a TDBXCommand parameter list by calling AddParameter method. 

 

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