API Documentation > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupNamesSet
Function ProUIRadiogroupNamesSet
Description
Set the names on the buttons in a radio group component. The names are the internal identifiers for the buttons in a radio group.
Synopsis
ProUIRadiogroupNamesSet
(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* radiogroup
/* (In)
The name of the radio group component
*/
int n_names
/* (In)
The number in the array of names
*/
char** names
/* (In)
An array of names, one for each button in the radio group
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Was this helpful?