Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableColumnselectActionSet
Function ProUITableColumnselectActionSet
Description
Sets the column selection action for the table. This function is called when the user changes the currently selected table columns.
Synopsis
#include <ProUITable.h>
ProUITableColumnselectActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
ProUIAction callback
/* (In)
The action function.
*/
/* (In)
Data to be passed to callback function
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?