Message structure for OM_ADDMEMBER/OM_REMMEMBER
Source position: intuition.pas line 2603
type TopMember = record |
||
MethodID: LongWord; |
|
|
opam_Object: PObject_; |
|
add or remove this object |
end; |
|
||
|
Perform method on object coerced to superclass. |