pfc_deleteitem


pfcapsrv.pbl   >   pfc_n_cst_tvsrv_levelsource   >   pfc_deleteitem   

Full name pfc_n_cst_tvsrv_levelsource.pfc_deleteitem
Access public
Extend of long
Return value long
Prototype event long pfc_deleteitem(long)

Name Datatype
No Data

Name Datatype
No Data

event pfc_deleteitem;call super::pfc_deleteitem;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_deleteitem
//
//	Arguments:	
//	al_handle	handle of the item to be deleted
//
//	Returns:		Integer
//			 1	- the item was deleted successfuliy
//			 0 - no item was deleted
//			-1 = error
//
//	Description:
//	Deletes the selected item of the treeview and syncs the datastore
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return this.of_deleteitem(al_handle)
end event

     
Name Owner
pfc_u_tvs.pfc_deleteitem pfc_u_tvs

     
Name Owner
pfc_n_cst_tvsrv_levelsource.of_deleteitem pfc_n_cst_tvsrv_levelsource

     
Full name
No Data

     
Name Scope
No Data