API 설명서 > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupLabelsGet
Function ProUIRadiogroupLabelsGet
Description
Get the array of labels on the buttons in a Radiogroup component. The labels are the identifiers for the items in a radiogroup that are displayed on the dialog.
Synopsis
ProUIRadiogroupLabelsGet
(
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
*/
wchar_t*** values
/* (Out)
Array of labels, allocated by the function. Use ProWstringarrayFree() to release it.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?