Read Me - Common Public License V1.0 - Copyright Notice(©)

hasMethod


>>-hasMethod(methodname)---------------------------------------><

Returns 1 (true) if the receiver object has a method named [methodname] (translated to uppercase). Otherwise, it returns 0 (false).

Note

The hasMethod object will return true even if the target method is defined as private. A private method has restricted access rules, so its possible to receive an unknown method error (error 97) when invoking [methodname] even if hasMethod indicates the method exists. See for private method restrictions.

Read Me - Common Public License V1.0 - Copyright Notice(©)