RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameterList.SetParameter Method

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

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

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

 

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