of_openproperty


pfcutil.pbl   >   pfc_n_cst_dwsrv_property   >   of_openproperty   

Full name pfc_n_cst_dwsrv_property.of_openproperty
Access public
Extend of integer
Return value integer
Prototype public function integer of_openproperty(n_cst_dwpropertyattrib)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_openproperty (n_cst_dwpropertyattrib anv_attrib);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		
//	of_OpenProperty
//
//	Access:  		public
//
//	Parameters:
//	anv_attrib	The attributes to be passed in to the property window.
//
//	Returns:  	integer
//	Return value of OpenWithParm PowerBuilder call.
//
//	Description:	
//	Opens the Property window.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

SetPointer(HourGlass!)

Return OpenWithParm (iw_property, anv_attrib)

end function

     
Name Owner
pfc_u_dw.pfc_properties pfc_u_dw

     
Name Owner
systemfunctions.openwithparm systemfunctions
systemfunctions.setpointer systemfunctions

     
Full name
No Data

     
Name Scope
No Data