of_IsSharedProperty


pfcmain.pbl   >   pfc_u_dw   >   of_IsSharedProperty   

Full name pfc_u_dw.of_IsSharedProperty
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_IsSharedProperty()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_IsSharedProperty ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_IsSharedProperty
//	Arguments:		None
//	Returns:			boolean
//   					true  - The service is started.
//   					false - The service is not started.
//	Description:	Determines if the DataWindow Shared Property service has been started.
//						Note:	This function is need because all Shared variables are always defined
//						as private.  This function is only needed when an outside object needs to
// 					know if the Shared service has been started or not.
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
if IsValid (snv_property) then return true

return false
end function

     
Name Owner
pfc_n_cst_debug.of_isdwproperty pfc_n_cst_debug

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
pfc_u_dw

     
Name Scope
No Data