of_increment


pfcmain.pbl   >   pfc_u_progressbar   >   of_increment   

Full name pfc_u_progressbar.of_increment
Access public
Extend of integer
Return value integer
Prototype public function integer of_increment()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_increment ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_increment
//
//	Access:		public
//
//	Arguments:	None
//
//	Returns:  integer
//	 the new position of the progress bar
//
//	Description:
//	Increments the progress bar by the default step value
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 of_increment(ii_step)
end function

     
Name Owner
No Data

     
Name Owner
pfc_u_progressbar.of_increment pfc_u_progressbar

     
Full name
No Data

     
Name Scope
No Data