destructor


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvmultitable   >   destructor   

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

Name Datatype
No Data

Name Datatype
No Data

event destructor;call super::destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		destructor
//
//	Arguments:  	None
//
//	Returns:   		Integer
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

If IsValid(ids_data) Then Destroy ids_data
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_u_base.destructor pfc_u_base

     
Full name
No Data

     
Name Scope
No Data