Cold Help System: Programming: ColdC Reference Manual: Functions: Method: del_method()


INTEGER del_method(SYMBOL name)

This function removes the method named by the symbol name from the current object. del_method() returns 1 if there was a method named name on the current object; otherwise, a ~methodnf error is thrown.


add_method() | list_method() | del_method() | find_method() | find_next_method() | method_bytecode() | method_access() | method_flags() | method_info() | methods() | rename_method() | set_method_access() | set_method_flags()


the Cold Dark