Category Custom user interface, Object ProUIRadiogroup

Function ProUIRadiogroupLabelsGet


Description
Get the array of labels on the buttons in a Radiogroup component. The labels are the identifiers for the items in a radiogroup that are displayed on the dialog.
Synopsis
#include <ProUIRadiogroup.h>
ProErrorProUIRadiogroupLabelsGet(
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)
number of items in returned array
*/
wchar_t*** values
/* (Out)
Array of labels, allocated by the function. Use ProWstringarrayFree() to release it.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Radiogroup Attributes