hasMethod >>-hasMethod(methodname)--------------------------------------->< Returns 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. |