API 文件集 > Custom user interface > Object ProUIList > Function ProUIListLabelsGet
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>
ProUIListLabelsGet
(
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
The function was successful
The function failed
An invalid argument was given
這是否有幫助?