Set an attribute for multiple objects.
Source position: mui.pas line 706
const MUIM_MultiSet = $8042d356; |
DoMethod(obj, MUIM_Export, [TrigAttr: LongWord; Val: IPTR, Obj1: APTR, ...]);
Set an attribute for multiple objects. Receiving an attribute/value pair and a list of objects, this method sets the new value for all the objects in the list. This is especially useful for disabling/enabling lots of objects with one singe function call.
The object that executes this method isn't affected!
|
Add a notification event handler to an object |
|
|
Set an attribute to a value. |