Documentação da API > Custom user interface > Object ProUITable > Function ProUITableSelectedrownamesSet
Function ProUITableSelectedrownamesSet
Description
Sets the selected rows in the table.
Synopsis
#include <ProUITable.h>
ProUITableSelectedrownamesSet
(
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 row names.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?