RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameterList.InsertParameter Method

Inserts parameter into this list at the specified ordinal position.

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

Use InsertParameter to insert 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!