destructor


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_find   >   destructor   

Full name pfc_n_cst_dwsrv_find.destructor
Access public
Extend of
Return value
Prototype event destructor()

Name Datatype
No Data

Name Datatype
No Data

event destructor;call super::destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			destructor
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:  	Perform cleanup.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.03 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.
//
//////////////////////////////////////////////////////////////////////////////

//Close any existing Dialog windows.
if IsValid(w_replace) then 
	Close(w_replace)
end if

if IsValid(w_find) then 
	Close(w_find)
end if
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.close systemfunctions
systemfunctions.isvalid systemfunctions
nonvisualobject.destructor nonvisualobject

     
Full name
w_replace
w_find

     
Name Scope
No Data