of_iseventimplemented


pfcapsrv.pbl   >   pfc_n_cst_metaclass   >   of_iseventimplemented   

Full name pfc_n_cst_metaclass.of_iseventimplemented
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_iseventimplemented(string,string)

Name Datatype
No Data

Name Datatype
lcd_object classdefinition

public function boolean of_iseventimplemented (string as_classname, string as_eventname);//////////////////////////////////////////////////////////////////////////////
//
//	Function:
//	of_isEventImplemented
//
//	Access:
//	public
//
//	Arguments:
//	as_classname		classname to check if event is implemented for
//	as_eventname		event name to check if it is implemented on as_classname
//
//	Returns:
//	boolean
//	true = event is implemented for class
//	false = event is not implemented for class
//
//	Description:
//	Determines if a event is implemented (defined and scripted) for a class
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

classdefinition	lcd_object

// Find class definition
lcd_object = findClassDefinition (as_classname)

return of_isEventImplemented (lcd_object, as_eventname)
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.findclassdefinition systemfunctions
pfc_n_cst_metaclass.of_iseventimplemented pfc_n_cst_metaclass

     
Full name
No Data

     
Name Scope
No Data