Documentación de la API > Miscellaneous > Object ProTable > Function ProTableRowDelete
Function ProTableRowDelete
Description
Delete the specified row from the table.
Synopsis
#include <ProTable.h>
ProTableRowDelete
(
ProTable* table
/* (In)
The table;
*/
int row
/* (In)
The row index. Row indices start at 1.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
)
Returns
Success;
Failure.
The object or model can't be modified.
User Guide References
¿Fue esto útil?