of_getlevelcount


pfcapsrv.pbl   >   pfc_n_cst_tvsrv_levelsource   >   of_getlevelcount   

Full name pfc_n_cst_tvsrv_levelsource.of_getlevelcount
Access public
Extend of integer
Return value integer
Prototype public function integer of_getlevelcount()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getlevelcount ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_GetLevelCount
//
//	Access:		public
//
//	Arguments:None
//
//	Returns:		Integer
//					 # of the levels the service services
//
//	Description:	Get the number of levels we have for the 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.
//
//////////////////////////////////////////////////////////////////////////////

return UpperBound(inv_attrib)

end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data