destructor


pfcutil.pbl   >   pfc_n_cst_debug   >   destructor   

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

Name Datatype
No Data

Name Datatype
No Data

event destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  destructor
//
//	Arguments: none
//	
//
//	Returns:  none
//
//	Description:  Perform cleanup.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
// 5.0.02 Added SQLSpy cleanup.
// 6.0 Added DWProperty cleanup.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 the DebugLog window
If IsValid(w_debuglog) Then
	of_OpenLog (False)
End If

//Destroy the DebugLog datastore.
If IsValid(ids_debuglog) Then
 	Destroy ids_debuglog
End If

//SQLSpy cleanup.
of_SetSQLSpy(False)

//DW Property cleanup.
of_SetDWProperty(False)
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_debug.of_setsqlspy pfc_n_cst_debug
pfc_n_cst_debug.of_OpenLog pfc_n_cst_debug
pfc_n_cst_debug.of_setdwproperty pfc_n_cst_debug

     
Full name
w_debuglog

     
Name Scope
No Data