RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXParameterList.RemoveParameter Method (Integer)

Removes a parameter instance from this list.

Pascal
procedure RemoveParameter(Ordinal: Integer); virtual; overload;
procedure RemoveParameter(Parameter: TDBXParameter); virtual; overload;
C++
virtual __fastcall RemoveParameter(int Ordinal);
virtual __fastcall RemoveParameter(TDBXParameter Parameter);

Use RemoveParameter to remove a TDBXParameter instance from this list at either the specified ordinal position. or by specifying the instance of TDBXParameter to be removed. The Free method will be called for the removed parameter. 

 

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