Category Custom user interface, Object ProUIRadiogroup

Function ProUIRadiogroupItemhelptextGet


Description
Returns the help text associated with the items in a radio group.
Synopsis
#include <ProUIRadiogroup.h>
ProErrorProUIRadiogroupItemhelptextGet(
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
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Radiogroup Attributes