of_getcolumn


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_dropdownsearch   >   of_getcolumn   

Full name pfc_n_cst_dwsrv_dropdownsearch.of_getcolumn
Access public
Extend of integer
Return value integer
Prototype public function integer of_getcolumn(ref string[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getcolumn (ref string as_columns[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function: 		of_GetColumn
//
//	Access:  		public
//
//	Arguments:
//	as_columns[]	Columns names for which the service is providing dropdown 
//						search capabilities. (by reference)
//
//
//	Returns:  		integer
//						The number of entries in the returned array.
//
//	Description:  	This function returns the column names for which the service 
//						is providing dropdown search capabilities.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0 	Marked obsolete Replaced by of_GetRegistered(...).
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// 6.0 	Marked obsolete Replaced by of_GetRegistered(...).
Return of_GetRegistered(as_columns)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_dropdownsearch.of_getregistered pfc_n_cst_dwsrv_dropdownsearch

     
Full name
No Data

     
Name Scope
No Data