of_islogopen


pfcutil.pbl   >   pfc_n_cst_debug   >   of_islogopen   

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

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_islogopen ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_IsLogOpen
//
//	Access:  		public
//
//	Returns:  	boolean
//					True if the DebugLog window is currently opened.
//					False otherwise.
//
//	Description:	
//	Reports if the DebugLog 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(w_debuglog)
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
w_debuglog

     
Name Scope
No Data