of_isdwproperty


pfcutil.pbl   >   pfc_n_cst_debug   >   of_isdwproperty   

Full name pfc_n_cst_debug.of_isdwproperty
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_isdwproperty()

Name Datatype
No Data

Name Datatype
lb_rc boolean
ldw_obj u_dw

public function boolean of_isdwproperty ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_IsDWProperty
//
//	Access:  		public
//
//	Arguments:		None
//
//	Returns:  		Boolean
//						
//	Description:  	
//	Determines the state of the Shared DW Property Service.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

u_dw 		ldw_obj
boolean	lb_rc

ldw_obj = Create u_dw
If IsValid(ldw_obj) Then
	lb_rc = ldw_obj.of_IsSharedProperty()
	Destroy ldw_obj
	Return lb_rc
End If

Return False
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_u_dw.of_IsSharedProperty pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data