Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableSelectedcolumnnamesSet
Function ProUITableSelectedcolumnnamesSet
Description
Sets the selected columns in the table.
Synopsis
#include <ProUITable.h>
ProUITableSelectedcolumnnamesSet
(
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 selected column names.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?