of_Update


pfcmain.pbl   >   pfc_u_tv   >   of_Update   

Full name pfc_u_tv.of_Update
Access public
Extend of integer
Return value integer
Prototype public function integer of_Update()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_Update ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_Update
//
//	Access:  public
//
//	Arguments:	None.
//
//	Returns:		Integer
//					1	- the level was updated successfully
//					-1	- an error occurred
//
//	Description:	Update all the DataStores associated with the TreeView.
//
//						This function overloads the real of_Update function to allow the retrieval
//						arguments to be optional.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return of_Update(0, True, True)

end function

     
Name Owner
No Data

     
Name Owner
pfc_u_tv.of_Update pfc_u_tv

     
Full name
No Data

     
Name Scope
No Data