of_isopen


pfcutil.pbl   >   pfc_n_cst_sqlspy   >   of_isopen   

Full name pfc_n_cst_sqlspy.of_isopen
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_isopen()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_isopen ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_IsOpen
//
//	Access:  		public
//
//	Returns:  	boolean
//					True if the SQLSpy window is currently opened.
//					False otherwise.
//
//	Description:	Reports if the SQLSpy 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.
//
//////////////////////////////////////////////////////////////////////////////

Return IsValid(iw_sqlspy)

end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data