destructor


pfcmain.pbl   >   pfc_u_base   >   destructor   

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

Name Datatype
No Data

Name Datatype
No Data

event destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  destructor
//
//	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 instantiated services
of_SetLogicalUnitofWork (False)
of_SetResize(False)
end event

     
Name Owner
pfc_u_calendar.destructor pfc_u_calendar
pfc_u_calculator.destructor pfc_u_calculator
pfc_u_tabpg_dwproperty_srvmultitable.destructor pfc_u_tabpg_dwproperty_srvmultitable

     
Name Owner
pfc_u_base.of_setresize pfc_u_base
pfc_u_base.of_setlogicalunitofwork pfc_u_base

     
Full name
No Data

     
Name Scope
No Data