RAD Studio VCL Reference
|
Returns the position of the first name-value pair with the specified name.
function IndexOfName(const Name: WideString): Integer; virtual;
virtual __fastcall int IndexOfName(const BSTR Name);
Call IndexOfName to locate the first occurrence of a name-value pair where the name part is equal to the Name parameter or differs only in case. IndexOfName returns the 0-based index of the string. If no string in the list has the indicated name, IndexOfName returns -1.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|