pfc_setitemattributes


pfcapsrv.pbl   >   pfc_n_cst_lvsrv_datasource   >   pfc_setitemattributes   

Full name pfc_n_cst_lvsrv_datasource.pfc_setitemattributes
Access public
Extend of integer
Return value integer
Prototype event integer pfc_setitemattributes(n_ds,long,ref listviewitem)

Name Datatype
No Data

Name Datatype
No Data

event pfc_SetItemAttributes;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_SetItemAttributes
//	Arguments:		ads_source	The datasource used to get information for the listview attributes
//						al_Row		The row in the DataStore to use for the item's attributes.
//						alvi_Item	The pointer to a ListView item whose attributes are to be set.
//										Passed by reference
//	Returns:			Integer
//						Returns 1 if successful, -1 if an error occurred
//	Description:	Set the default attributes of a ListView item using data from the data source.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						6.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_SetItemAttributes(ads_source, al_row, alvi_item)
end event

     
Name Owner
pfc_u_lvs.pfc_setitemattributes pfc_u_lvs

     
Name Owner
pfc_n_cst_lvsrv_datasource.of_SetItemAttributes pfc_n_cst_lvsrv_datasource

     
Full name
No Data

     
Name Scope
No Data