Contents | < Browse | Browse >
CoerceMethod()/CoerceMethodA()
SYNOPSIS
res:=CoerceMethod(class, object, message, ...)
res:=CoerceMethodA(class, object, message)
FUNCTION
Function invokes the supplied message on the specific object as
though it were the specified class
INPUTS
class - pointer to boopsi class
object - pointer to boopsi object
message - method-specific message to be send
RESULT
res - class and message specific result
NOTE
This function is v36+ only!
SEE ALSO
DoMethod() , DoSuperMethod()