API Documentation > Custom user interface > Object ProUITable > Function ProUITableComponentDelete
Function ProUITableComponentDelete
Description
Deletes a component from the table.
Synopsis
#include <ProUITable.h>
ProUITableComponentDelete
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* name
/* (In)
The name of the component in the table.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
See Also
User Guide References
Was this helpful?