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

TopSet

Message structure for OM_NEW/OM_SET

Declaration

Source position: intuition.pas line 1779

type TopSet = record

  MethodID: LongWord;

  

OM_NEW or OM_SET

  ops_AttrList: PTagItem;

  

new attributes

  ops_GInfo: PGadgetInfo;

  

Always there for gadgets, when SetGadgetAttrsA() is used, but will be nil for OM_NEW

end;

See also

TMsg

  

DoSuperMethodA

  

Perform method on object coerced to superclass.


Documentation generated on: 2017-01-10