close


pfcwnsrv.pbl   >   pfc_w_toolbars   >   close   

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

Name Datatype
No Data

Name Datatype
No Data

event close;call w_response::close;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  close
//
//	Description:	 Close window with return code
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Check that a return code has already been associated to the close operation.
If ii_returncode = -99 Then
	this.Event pfc_cancel ()
End If
end event

     
Name Owner
No Data

     
Name Owner
pfc_w_master.close pfc_w_master
pfc_w_toolbars.pfc_cancel pfc_w_toolbars

     
Full name
No Data

     
Name Scope
No Data