Category Custom user interface, Object ProUIList

Function ProUIListLabelsGet


Description
Get an array of names on the items in a list component. The labels are the identifiers for the items in a list that are displayed on the dialog.
Synopsis
#include <ProUIList.h>
ProErrorProUIListLabelsGet(
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
*/
wchar_t*** values
/* (Out)
Array of internal names allocated by the function. Use ProWstringarrayFree 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