RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameterList.SetParameter Method

Add a parameter to this list at the specified ordinal position.

Pascal
procedure SetParameter(const Ordinal: Integer; const Parameter: TDBXParameter); virtual;
C++
virtual __fastcall SetParameter(const int Ordinal, const TDBXParameter Parameter);

Add a TDBXParameter instance to this list at the specified ordinal position. 

 

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