Category Custom user interface, Object ProUITab

Function ProUITabLabelsGet


Description
Gets the labels assigned to the Tab component. This is the set of labels shown in the tab panes.
Synopsis
#include <ProUITab.h>
ProErrorProUITabLabelsGet(
char* dialog
/* (In)
The name of the dialog.
*/
char* component
/* (In)
The tab component.
*/
int* count
/* (Out)
Number of items in the value array.
*/
wchar_t*** values
/* (Out)
Array of label names used on the tab component. Free this argument using ProWstringarrayFree().
*/
)
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