destructor


pfcapsrv.pbl   >   pfc_n_cst_security   >   destructor   

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

Name Datatype
No Data

Name Datatype
No Data

event destructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Destructor
//
//	(Arguments: None
//
//	(Returns:  None
//
//	Description:  Destroy all created datastore objects
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
//	6.0	Remove ids_info, ids_updates
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_apps) Then destroy ids_apps
If isvalid(ids_groups) Then destroy ids_groups
If isvalid(ids_items) Then destroy ids_items

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data