API Documentation > Custom user interface > Object ProUITab > Function ProUITabLabelsGet
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>
ProUITabLabelsGet
(
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
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?