| 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> |
| ProError | ProUIRadiogroupLabelsGet | ( |
| 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 |
|
|