destructor


pfcapsrv.pbl   >   pfc_n_cst_error   >   destructor   

Full name pfc_n_cst_error.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:  	Destroy anything created during this instance.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Destroy datastore cache.
If IsValid(ids_messages) Then
	Destroy ids_messages
End If

// Destroy file services.
If IsValid(inv_filesrv) Then
	f_SetFilesrv(inv_filesrv, False)
End If

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
f_setfilesrv.f_setfilesrv f_setfilesrv

     
Full name
No Data

     
Name Scope
No Data