API Documentation > Custom user interface > Object ProUITable > Function ProUITableColumnnamesGet
Function ProUITableColumnnamesGet
Description
Gets the names of the columns in the table.
Synopsis
#include <ProUITable.h>
ProUITableColumnnamesGet
(
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
*/
char*** values
/* (Out)
Array of column names allocated by the function. Use ProStringarrayFree() 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?