Documentação da API > Custom user interface > Object ProUIRadiogroup > Function ProUIRadiogroupItemhelptextGet
Function ProUIRadiogroupItemhelptextGet
Description
Returns the help text associated with the items in a radio group.
Synopsis
ProUIRadiogroupItemhelptextGet
(
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)
The number of items.
*/
wchar_t*** values
/* (Out)
The help text. The memory for this array is allocated by the function and should be freed with ProWstringarrayFree().
*/
)
Returns
The function was successful
The function failed
One or more input arguments was invalid.
User Guide References
Isto foi útil?