API Documentation > Custom user interface > Object ProUITable > Function ProUITableColumnlabelsGet
Function ProUITableColumnlabelsGet
Description
Gets the user-visible labels of the columns in the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnlabelsGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
int* count
/* (Out)
Number of items in returned array
*/
wchar_t*** values
/* (Out)
Array of column labels allocated by the function. Use ProWstringarrayFree() to release it.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
Was this helpful?