API 文件集 > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupNamesGet
Function ProUIRadiogroupNamesGet
Description
Get an array of names on the items in a Radiogroup component. The names are the internal identifiers for the buttons in a list.
Synopsis
ProUIRadiogroupNamesGet
(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* component
/* (In)
The name of the radio group component
*/
int* count
/* (Out)
Number of items in returned array
*/
char*** values
/* (Out)
Array of names, allocated by the function. Use ProStringarrayFree() to release it.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
這是否有幫助?