Contents | < Browse | Browse >
DoSuperMethod()/DoSuperMethodA()
SYNOPSIS
res:=DoSuperMethod(class, object, message, ...)
res:=DoSuperMethodA(class, object, message)
FUNCTION
Function invokes the supplied message on the specified object
though as it were the superclass of 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
CoerceMethod() , DoMethod()