pfc_setitemattributes


pfcapsrv.pbl   >   pfc_n_cst_tvsrv_levelsource   >   pfc_setitemattributes   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_setitemattributes;call super::pfc_setitemattributes;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_SetItemAttributes
//
//	Arguments:	
//	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:		Integer
//	 1 = Success 
//	-1 = Failure 
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return of_setitemattributes(ads_obj, al_row, atvi_item)

end event

     
Name Owner
pfc_u_tvs.pfc_setitemattributes pfc_u_tvs

     
Name Owner
pfc_n_cst_tvsrv_levelsource.of_setitemattributes pfc_n_cst_tvsrv_levelsource

     
Full name
No Data

     
Name Scope
No Data