Category Custom user interface, Object ProUITab

Function ProUITabSelectednamesGet


Description
Gets the selected layout in the Tab component. This is the layout that is shown in the Tab.
Synopsis
#include <ProUITab.h>
ProErrorProUITabSelectednamesGet(
char* dialog
/* (In)
The name of the dialog.
*/
char* component
/* (In)
The tab component.
*/
int* count
/* (Out)
Number of items in the values array.
*/
char*** values
/* (Out)
Array of layouts selected on the tab component (typically 1). Free this argument using ProStringarrayFree().
*/
)
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: Tab Attributes