Description | |||||||||||
Sets the name of the rows in the table.
If adding new rows - labels must be assigned using ProUITableRowlabelsSet() or ProUITableRowLabelSet(). |
|||||||||||
Synopsis | |||||||||||
#include <ProUITable.h> | |||||||||||
ProError | ProUITableRownamesSet | ( | |||||||||
char* dialog | |||||||||||
/* (In) | |||||||||||
The name of the dialog that contains the table. | |||||||||||
*/ | |||||||||||
char* component | |||||||||||
/* (In) | |||||||||||
The table name. | |||||||||||
*/ | |||||||||||
int count | |||||||||||
/* (In) | |||||||||||
Number of items in the values array | |||||||||||
*/ | |||||||||||
char** values | |||||||||||
/* (In) | |||||||||||
Array of row names. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|