pfc_deleteitem


pfcapsrv.pbl   >   pfc_n_cst_lvsrv_datasource   >   pfc_deleteitem   

Full name pfc_n_cst_lvsrv_datasource.pfc_deleteitem
Access public
Extend of integer
Return value integer
Prototype event integer pfc_deleteitem()

Name Datatype
No Data

Name Datatype
No Data

event pfc_DeleteItem;call super::pfc_DeleteItem;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_DeleteItem
//	Arguments:		None
//	Returns:			Integer
//					 	1	- the item was deleted successfully
//					 	0 - nothing deleted (or was prevented)
//						-1	- an error occurred
//	Description:	Delete an item(s) from the listview.  The item's row will be
//						DELETED from its DataStore (the user must call the Update(),
//						however).  
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						6.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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 of_DeleteItem()
end event

     
Name Owner
pfc_u_lvs.pfc_deleteitem pfc_u_lvs

     
Name Owner
pfc_n_cst_lvsrv_datasource.of_DeleteItem pfc_n_cst_lvsrv_datasource

     
Full name
No Data

     
Name Scope
No Data