Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

OM_REMMEMBER

This method tells an object to remove an object from its broadcast list.

Declaration

Source position: intuition.pas line 2554

const OM_REMMEMBER = $10A;

Description

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.

See also

TopMember

  

Message structure for OM_ADDMEMBER/OM_REMMEMBER

TMsg

  

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30