Jump to content

LM INSERTITEM: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 April 2025

  • curprev 23:2323:23, 14 April 2025 Martini talk contribs 1,533 bytes +1,533 Created page with "This message inserts an item into a list box control. ==Syntax== <pre> param1 SHORT sItemIndex; Item index.: param2 PSZ pszItemText; Item text.: </pre> ==Parameters== ;''sItemIndex'' (SHORT) - input: 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 lis..."