of_getregistered


pfcmain.pbl   >   pfc_u_calculator   >   of_getregistered   

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

Name Datatype
No Data

Name Datatype
li_style integer[]

public function integer of_getregistered (ref string as_dwcolumns[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function: 		of_GetRegistered
//
//	Access:  		public
//
//	Arguments:
//	as_dwcolumns[]	Columns names for which the service is providing a calculator 
//						(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 calculator capabilities.
//
//		*Note:	Function is only valid when serving a DataWindow control.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_style[]

Return of_GetRegistered(as_dwcolumns, li_style)
end function

     
Name Owner
No Data

     
Name Owner
pfc_u_calculator.of_getregistered pfc_u_calculator

     
Full name
No Data

     
Name Scope
No Data