UIStringCollection.indexOf

Return index of first item with specified text or -1 if not found.

  1. int indexOf(dstring str)
    struct UIStringCollection
    const
    int
    indexOf
    (
    dstring str
    )
  2. int indexOf(string strId)
  3. int indexOf(UIString str)

Meta