This method simply writes a longword somewhere to memory.
Source position: mui.pas line 630
| const MUIM_WriteLong = MUIB_MUI or $428d86; | 
DoMethod(obj, MUIM_Export, [Value: LongWord, Memory: PLongWord]);
This method simply writes a longword somewhere to memory. Although this seems quite useless, it might become handy if used within a notify statement. For instance, you could easily connect the current level of a slider with some member of your programs data structures.
| 
 | This method simply copies a string somewhere to memory. | |
| 
 | Add a notification event handler to an object |