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

MUIM_NoNotifySet

Acts like MUIM_Set but doesn't trigger any notification.

Declaration

Source position: mui.pas line 683

const MUIM_NoNotifySet = $8042216f;

Description

DoMethod(obj, MUIM_Export, [Attr: LongWord, Val: LongWord, ...]);

Attr
- attribute you want to set.
Val
- value to set the attribute to.

This can become useful to avoid deadlocks with bi-directional connections.


Documentation generated on: 2021-07-30