close


pfcdwsrv.pbl   >   pfc_w_sortmulti   >   close   

Full name pfc_w_sortmulti.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
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	Window close.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.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 return code matches the default value,
// then window is currently being closed as a Cancel operation.
If inv_return.ii_rc=-99 Then
	this.Event pfc_Cancel ()
End If
end event

     
Name Owner
No Data

     
Name Owner
pfc_w_sortmulti.pfc_cancel pfc_w_sortmulti
pfc_w_master.close pfc_w_master

     
Full name
No Data

     
Name Scope
No Data