destructor


pfcmain.pbl   >   pfc_u_calculator   >   destructor   

Full name pfc_u_calculator.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:	Destroy the instantiated services attached.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Unregister all columns.
of_Unregister()

of_SetDropDown(False)
end event

     
Name Owner
No Data

     
Name Owner
pfc_u_calculator.of_unregister pfc_u_calculator
pfc_u_calculator.of_setdropdown pfc_u_calculator
pfc_u_base.destructor pfc_u_base

     
Full name
No Data

     
Name Scope
No Data