Icon IndexOfName Method

function IndexOfName(const Name: String; StartIndex: Integer=0;
      PartialMatch: Boolean=False): Integer

Available In: Client and Server Applications

Use this method to return the index of a particular name portion of the name/value pairs in the list of strings. The SameText function is used by this method to compare the names.
Image