API 설명서 > Custom user interface > Object ProUITable > Function ProUITableSelectedrownamesGet
Function ProUITableSelectedrownamesGet
Description
Gets the selected rows in the table.
Synopsis
#include <ProUITable.h>
ProUITableSelectedrownamesGet
(
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 selected row names allocated by the function. Use ProStringarrayFree() to release it.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?