ItemListGetItem()

Returns the message ID of a list item. ItemListCreate or ItemListCreateFromControl creates a list and returns an Item list handle.

Token ID

AFTKN_ITEMLIST_GET_MSGID or 700

Syntax

ANSISTRING ItemListGetItem(DWORD Handle; 
                            WORD Index)

Parameters

Handle As DWORD

Item list handle.

Index As WORD

Index number (zero-based) of a list item.

Return Values

  • ANSISTRING. Message string.