destructor


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_report   >   destructor   

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

Name Datatype
No Data

Name Datatype
No Data

event destructor;call n_cst_dwsrv::destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Destructor
//
//	Description:	Turn the platform service off.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

If IsValid(inv_Platform) Then
	f_SetPlatform(inv_Platform, False)
End if

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
f_setplatform.f_setplatform f_setplatform
nonvisualobject.destructor nonvisualobject

     
Full name
No Data

     
Name Scope
No Data