API 설명서 > Custom user interface > Object ProUITable > Function ProUITableRowsDelete
Function ProUITableRowsDelete
Description
Deletes one or more rows from the table.
Synopsis
#include <ProUITable.h>
ProUITableRowsDelete
(
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 names array
*/
char** names
/* (In)
Array of row names to delete.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
도움이 되셨나요?