Category Custom user interface, Object ProUIList

Function ProUIListNamesGet


Description
Get an array of names on the items in a list component. The names are the internal identifiers for the items in a list.
Synopsis
#include <ProUIList.h>
ProErrorProUIListNamesGet(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* component
/* (In)
The name of the list component
*/
int* count
/* (Out)
number of items in returned array
*/
char*** values
/* (Out)
Array of internal names allocated by the function. Use ProStringarrayFree to release this.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: List Attributes