[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

OM_REMMEMBER

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

Declaration

Source position: intuition.pas line 1773

const OM_REMMEMBER = OM_Dummy + 10;

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: 2017-01-10