of_Populate


pfcmain.pbl   >   pfc_u_lv   >   of_Populate   

Full name pfc_u_lv.of_Populate
Access public
Extend of long
Return value long
Prototype public function long of_Populate()

Name Datatype
No Data

Name Datatype
la_Args Any[20]

public function long of_Populate ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_Populate
//
//	Access:  public
//
//	Arguments:	None.
//
//	Returns:		Long
//					Returns the number of items added if successfull, -1 if an error occurred
//
//	Description:	Populate the ListView with items from the data source.
//
//						This function overrides the real of_Populate to allow the retrieval arguments
//						to be optional.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

Any	la_Args[20]

Return of_Populate(la_Args)

end function

     
Name Owner
No Data

     
Name Owner
pfc_u_lv.of_Populate pfc_u_lv

     
Full name
No Data

     
Name Scope
No Data