of_unregister


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_dropdownsearch   >   of_unregister   

Full name pfc_n_cst_dwsrv_dropdownsearch.of_unregister
Access public
Extend of integer
Return value integer
Prototype public function integer of_unregister()

Name Datatype
No Data

Name Datatype
lnv_columns n_cst_dwsrv_dropdownsearchattrib[]

public function integer of_unregister ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:		of_Unregister
//
//	Access:  		public
//
//	Arguments:  	None
//
//	Returns:  		Integer
//						 1 succesful operation.
//						-1 if an error is encountered.
//
//	Description:  	
//	This function is called to unregister all the columns.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//	7.0   Local variable datatype changed from os_columns to n_cst_dwsrv_dropdownsearchattrib type
//	7.0   Local variable name changed from lstr_columns to lnv_columns
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1999 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.
//
//////////////////////////////////////////////////////////////////////////////

n_cst_dwsrv_dropdownsearchattrib	lnv_columns[]

// Unregister all information.
inv_columns = lnv_columns
Return 1
end function

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data