pfc_cancel


pfcwnsrv.pbl   >   pfc_w_toolbars   >   pfc_cancel   

Full name pfc_w_toolbars.pfc_cancel
Access public
Extend of
Return value
Prototype event pfc_cancel()

Name Datatype
No Data

Name Datatype
No Data

event pfc_cancel;call w_response::pfc_cancel;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_cancel
//
//	Arguments:  none
//
//	Returns:  none
//
//	Description:  Cancel from window
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

// Set the return code.
ii_returncode = 0

// Close the window.
CloseWithReturn (this, ii_returncode)
end event

     
Name Owner
pfc_w_toolbars.cb_cancel.clicked cb_cancel
pfc_w_toolbars.close pfc_w_toolbars

     
Name Owner
systemfunctions.closewithreturn systemfunctions
pfc_w_response.pfc_cancel pfc_w_response

     
Full name
No Data

     
Name Scope
No Data