Documentação da API > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupSelectActionSet
Function ProUIRadiogroupSelectActionSet
Description
Sets the select action for a radio group. This function is called when the user selects one of the buttons in the radio group.
Synopsis
ProUIRadiogroupSelectActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* radiogroup
/* (In)
The name of the radio group component
*/
/* (In)
The action to be called on selecting a button
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Isto foi útil?