API Documentation > Custom user interface > Object ProUITable > Function ProUITableSpinboxRemove
Function ProUITableSpinboxRemove
Description
Remove the spinbox from the table.
Synopsis
#include <ProUITable.h>
ProUITableSpinboxRemove
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* name
/* (In)
Name of the spinbox to be removed.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?