Unit 'mui' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

MUIM_MultiSet

Set an attribute for multiple objects.

Declaration

Source position: mui.pas line 706

const MUIM_MultiSet = $8042d356;

Description

DoMethod(obj, MUIM_Export, [TrigAttr: LongWord; Val: IPTR, Obj1: APTR, ...]);

TrigAttr
- attribute to set.
value
- new value for the attribute.
Obj1, ...
- list of MUI objects, terminated with a nil pointer.

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!

See also

MUIM_Notify

  

Add a notification event handler to an object

MUIM_Set

  

Set an attribute to a value.


Documentation generated on: 2021-07-30