API 文档 > Custom user interface > Object ProUIList > Function ProUIListNamesGet
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>
ProUIListNamesGet
(
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
The function was successful
The function failed
An invalid argument was given
这对您有帮助吗?