of_issupported


pfcmain.pbl   >   pfc_u_st_splitbar   >   of_issupported   

Full name pfc_u_st_splitbar.of_issupported
Access protected
Extend of boolean
Return value boolean
Prototype protected function boolean of_issupported()

Name Datatype
No Data

Name Datatype
lenv_object Environment

protected function boolean of_issupported ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_IsSupported
//
//	Access:  		Public
//
//	Arguments:		None
//
//	Returns:  		Boolean
//	True if running in a supported environment.
//
//	Description: 	
//	Dtermines if object is running in a supported environment.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996 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.
//
//////////////////////////////////////////////////////////////////////////////

Environment lenv_object

GetEnvironment (lenv_object)

If lenv_object.ostype = Macintosh! Then
	Return False
End If

Return True
end function

     
Name Owner
pfc_u_st_splitbar.constructor pfc_u_st_splitbar

     
Name Owner
systemfunctions.getenvironment systemfunctions

     
Full name
No Data

     
Name Scope
No Data