of_create


pfcapsrv.pbl   >   pfc_n_cst_tree   >   of_create   

Full name pfc_n_cst_tree.of_create
Access public
Extend of integer
Return value integer
Prototype public function integer of_create(ref n_cst_treenode)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_create (ref n_cst_treenode anv_currentnode);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_create
//
//	Access:  public
//
//	Arguments : 
//	anv_currentnode   n_cst_treenode : pointer to a node
//
//	Returns:  integer
//	1 = success
//	-1 = failure
//
//	Description:  Creates a node and passes back a pointer to the node
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

anv_currentnode = create n_cst_treenode
return 1
end function

     
Name Owner
pfc_n_cst_tree.of_remove pfc_n_cst_tree

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data