pfc_preinsertitem


pfcmain.pbl   >   pfc_u_tvs   >   pfc_preinsertitem   

Full name pfc_u_tvs.pfc_preinsertitem
Access public
Extend of
Return value
Prototype event pfc_preinsertitem(long,n_ds,long,ref treeviewitem)

Name Datatype
No Data

Name Datatype
No Data

event pfc_preinsertitem;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_PreInsertItem
//
//	Arguments:	
//	al_parent	The handle to the Treeview item to place data under
//	ads_obj		Datastore holding Treeview item information
//	al_row		Row in datastore pointing to Treeview Item
//	atvi_item	Treeview item about to be inserted.  
//						Passed by Reference
//
//	Returns:		None
//
//	Description:	Set the default attributes for the Treeview item.  
//
//		Note:		Extend this event to change item attributes before it is inserted 
//					into the Treeview
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////


end event

     
Name Owner
pfc_u_tvs.pfc_insertitem pfc_u_tvs

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data