This method tells an object to add itself to the end of an Exec list.
Source position: intuition.pas line 2000
const OM_ADDTAIL = OM_Dummy + 5; |
This method tells an object to add itself to the end of a specified Exec list. Boopsi objects contain a MinNode structure used for this purpose. The return value for this method is not explicitly defined.
The method uses TopAddTail message
The opat_List can be any Exec list. Use the Intuition function NextObject() to step through this list.
|
Message structure for OM_ADDTAIL |
|
|
||
|
Perform method on object coerced to superclass. |