API Documentation > Custom user interface > Object ProUITree > Function ProUITreeNodetypeDelete
Function ProUITreeNodetypeDelete
Description
Delete a node type from the tree using the information supplied in the given data structure.
Synopsis
#include <ProUITree.h>
ProUITreeNodetypeDelete
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
char* node_type
/* (In)
Name of the node type to be deleted.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?