destructor


pfcapsrv.pbl   >   pfc_n_cst_tvsrv_levelsource   >   destructor   

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

Name Datatype
No Data

Name Datatype
li_Cnt Integer
li_NumDS Integer

event destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		destructor
//
//	Description:
//				Destroy instance objects used in this service
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Integer	li_NumDS, li_Cnt

//	destroy the datastore array
li_NumDS = UpperBound(inv_attrib)
For li_Cnt = 1 To li_NumDS
	If IsValid(inv_attrib[li_Cnt].ids_obj) Then
		Destroy inv_attrib[li_Cnt].ids_obj
	End If
Next

of_setcache(false)


end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
systemfunctions.upperbound systemfunctions
pfc_n_cst_tvsrv_levelsource.of_setcache pfc_n_cst_tvsrv_levelsource

     
Full name
No Data

     
Name Scope
No Data