API 설명서 > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupItemhelptextSet
Function ProUIRadiogroupItemhelptextSet
Description
Set the help text of the buttons in a radio group component
Synopsis
ProUIRadiogroupItemhelptextSet
(
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_items
/* (In)
The number in the array of help lines
*/
wchar_t** help_lines
/* (In)
An array of helptext lines, one for each button in the radio group
*/
)
Returns
The function was successful
The function failed
User Guide References
도움이 되셨나요?