Category Custom user interface, Object ProUIRadiogroup

Function ProUIRadiogroupNamesGet


Description
Get an array of names on the items in a Radiogroup component. The names are the internal identifiers for the buttons in a list.
Synopsis
#include <ProUIRadiogroup.h>
ProErrorProUIRadiogroupNamesGet(
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
*/
char*** values
/* (Out)
Array of names, allocated by the function. Use ProStringarrayFree() 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