destructor


pfcapsrv.pbl   >   pfc_n_cst_linkedlistbase   >   destructor   

Full name pfc_n_cst_linkedlistbase.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
//	6.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 the compare object.
If IsValid(inv_compare) Then
	Destroy inv_compare
End If

// Destroy any outstanding nodes.
of_Destroy() 


end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_linkedlistbase.of_destroy pfc_n_cst_linkedlistbase

     
Full name
No Data

     
Name Scope
No Data