of_IsDropDown


pfcmain.pbl   >   pfc_u_calculator   >   of_IsDropDown   

Full name pfc_u_calculator.of_IsDropDown
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_IsDropDown()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_IsDropDown ();//////////////////////////////////////////////////////////////////////////////
//
//	Event:  of_IsDropDown
//
//	Arguments: None
//
//	Returns:  boolean
//	 True if the behavior is that of a DropDown object.
//	 False if not.
//
//	Description:
//	Reports if the behavior of the object is that of a DropDown object.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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 (inv_dropdown) then
	Return True
End If

Return False

end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data