RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.RemoveAt Method (int)

Removes a specified parameter from the collection.

Pascal
function RemoveAt(index: Integer): void;
function RemoveAt(parameterName: string): void;
C++
void RemoveAt(int index);
void RemoveAt(string parameterName);

RemoveAt removes a specified DataStoreParameter 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!