This method tells an object to remove an object from its broadcast list.
Source position: intuition.pas line 2816
const OM_REMMEMBER = $10A; |
Tells an object to remove a member object from its personal list. The member object should have already been added with OM_ADDMEMBER. This method uses the TopMember message. Normally a dispatcher implements OM_REMMEMBER by sending the OM_REMOVE message to the opam_Object object. The return value for this method is not explicitly defined.
|
Message structure for OM_ADDMEMBER/OM_REMMEMBER |
|
|
||
|
Perform method on object coerced to superclass. |