Message structure for OM_GET
Source position: intuition.pas line 2859
type topGet = record |
||
MethodID: LongWord; |
|
|
opg_AttrID: LongWord; |
|
ID of attribute to get |
opg_Storage: Pointer; |
|
may be other types, but 'integer' types are all LongWord |
end; |
|
||
|
Perform method on object coerced to superclass. |