of_ispropertyopen


pfcutil.pbl   >   pfc_n_cst_dwsrv_property   >   of_ispropertyopen   

Full name pfc_n_cst_dwsrv_property.of_ispropertyopen
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_ispropertyopen()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_ispropertyopen ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		
//	of_IsPropertyOpen
//
//	Access:  	public
//
//	Parameters:	None
//
//	Returns:  	Boolean
//	True if the window is currently opened.
//	False if not currently opened.
//
//	Description:	
//	Reports if the window is currently opened.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

If IsValid(iw_property) Then Return True
If IsValid(iw_propertyservices) Then Return True
Return False
end function

     
Name Owner
pfc_u_dw.pfc_prermbmenuproperty pfc_u_dw

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data