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