RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameterCollection.RemoveAt Method (Integer)

Removes a specified parameter from the collection.

Pascal
procedure RemoveAt(Ordinal: Integer); override;
procedure RemoveAt(Name: String); override;
C++
virtual __fastcall RemoveAt(int Ordinal);
virtual __fastcall RemoveAt(AnsiString Name);

RemoveAt removes a specified TAdoDbxParameter instance from the collection. The parameter may be specified by either a String or an index into the collection. 

 

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