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

OM_ADDTAIL

This method tells an object to add itself to the end of an Exec list.

Declaration

Source position: intuition.pas line 2549

const OM_ADDTAIL = $105;

Description

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.

See also

TopAddTail

  

Message structure for OM_ADDTAIL

TMsg

  

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2021-07-30