RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection.IndexOf Method (object)

Returns index in collection of parameter.

Pascal
function IndexOf(value: object): Integer;
function IndexOf(parameterName: string): Integer;
C++
int IndexOf(object value);
int IndexOf(string parameterName);

This method has several forms:

  • Returns the index in the collection of a parameter value. The parameter value is name of the parameter.
  • Returns the index in the collection of a parameter with the specified name. The parameter parameterName is name of the parameter.

 

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