of_getinfo


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvcalendar   >   of_getinfo   

Full name pfc_u_tabpg_dwproperty_srvcalendar.of_getinfo
Access public
Extend of integer
Return value integer
Prototype public function integer of_getinfo(ref n_cst_infoattrib)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getinfo (ref n_cst_infoattrib anv_infoattrib);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetInfo
//
//	Access:   		Public
//
//	Arguments:		
//		anv_infoattrib	(By reference) The Information attributes.
//
//	Returns:  		Integer
//	 1 for success.
//	-1 for error.
//
//	Description:  
//	 Gets the Object Information.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Populate Information.
anv_infoattrib.is_name = 'DW Property Calendar Object'
anv_infoattrib.is_description = 'DW Property Calendar Object'

Return 1
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvcalendar.of_getpropertyinfo pfc_u_tabpg_dwproperty_srvcalendar

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data