sItemIndex (SHORT)

      Item index.

      LIT_END

        Add the item to the end of the list.
      LIT_SORTASCENDING
        Insert the item into the list sorted in ascending order.
      LIT_SORTDESCENDING
        Insert the item into the list sorted in descending order.
      Other
        Insert the item into the list at the offset specified by this zero-based index.


      [Back] [Next]