of_insertitem


pfcmain.pbl   >   pfc_u_lvs   >   of_insertitem   

Full name pfc_u_lvs.of_insertitem
Access public
Extend of integer
Return value integer
Prototype public function integer of_insertitem(any[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_insertitem (any aa_columnvalues[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_InsertItem
//
//	Access:		public
//
//	Arguments:
//	aa_ColumnValues[]	The array containing the data to be used for the new item.
//
//	Returns:		Integer
//					Returns the index of the item if it was added successfully, 
//					-1 if an error occurrs.
//
//	Description:	Add a new item to the ListView using a inserted row.  The row does
//						not have to be added to the datastore first using this method.  Pass
//						the row in with the aa_columnvalues array.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 this.of_insertitem(aa_columnvalues, INSERT_LAST, 0)

end function

     
Name Owner
No Data

     
Name Owner
pfc_u_lvs.of_insertitem pfc_u_lvs

     
Full name
No Data

     
Name Scope
No Data