of_confirmondelete


pfcapsrv.pbl   >   pfc_n_cst_tvsrv_levelsource   >   of_confirmondelete   

Full name pfc_n_cst_tvsrv_levelsource.of_confirmondelete
Access protected
Extend of boolean
Return value boolean
Prototype protected function boolean of_confirmondelete()

Name Datatype
No Data

Name Datatype
No Data

protected function boolean of_confirmondelete ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_ConfirmOnDelete
//
//	Access:		protected
//
//	Arguments:	none
//
//	Returns:		boolean
//
//	Description:
//	Returns whether we want a confirmation dialog box to appear on deletions 
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// If the service is in the process of deleting we do not want to get the confirm question
If ib_isUndoing Then
	Return False
Else
	Return of_isconfirmondelete()
End If

end function

     
Name Owner
pfc_n_cst_tvsrv_levelsource.of_deleteitem pfc_n_cst_tvsrv_levelsource

     
Name Owner
pfc_n_cst_tvsrv_levelsource.of_isconfirmondelete pfc_n_cst_tvsrv_levelsource

     
Full name
No Data

     
Name Scope
No Data