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

OM_GET

This method tells an object to report an attribute value.

Declaration

Source position: intuition.pas line 1767

const OM_GET = OM_Dummy + 4;

Description

Tells an object to report an attribute's value. Applications should not call this method directly. Instead, use the intuition.library function GetAttr(). The return value for this method is not explicitly defined.

This method uses TopGet message.

If the object's dispatcher recognizes opg_AttrID as one of the attributes defined by this class, the dispatcher should copy the value of that attribute to where opg_Storage points.

If the dispatcher does not recognize opg_AttrID, it should pass the message on to the superclass.

See also

TopGet

  

Message structure for OM_GET

TMsg

  

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2017-01-10