of_GetAttributes


pfcapsrv.pbl   >   pfc_n_cst_lvsrv_datasource   >   of_GetAttributes   

Full name pfc_n_cst_lvsrv_datasource.of_GetAttributes
Access public
Extend of integer
Return value integer
Prototype public function integer of_GetAttributes(ref n_cst_lvsrvattrib)

Name Datatype
No Data

Name Datatype
lnv_emptyattrib n_cst_lvsrvattrib

public function integer of_GetAttributes (ref n_cst_lvsrvattrib anv_attrib);//////////////////////////////////////////////////////////////////////////////
//	Public Function:	of_GetAttributes
//	Arguments:		anv_attrib	The attributes object containing the attributes for the listview
//	Returns:			Integer
//	Description:	Returns all the attributes used to populate the datasource for the listview
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
n_cst_lvsrvattrib		lnv_emptyattrib

anv_attrib = lnv_emptyattrib
anv_attrib = inv_Attrib

return 1
end function

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data