Documentação da API > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupSelectednamesSet
Function ProUIRadiogroupSelectednamesSet
Description
Selects a specified button in a radio group
Synopsis
ProUIRadiogroupSelectednamesSet
(
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 of names
*/
char** names
/* (In)
The array of names
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Isto foi útil?