This method simply copies a string somewhere to memory.
Source position: mui.pas line 697
const MUIM_WriteString = $80424bf4; |
DoMethod(obj, MUIM_Export, [Str: PChar, Memory: PChar]);
This method simply copies a string 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 contents of a string gadget with some member of your programs data structures.
Note: The string is copied with strcpy(), you must assure that the destination points to enough memory.
|
This method simply writes a longword somewhere to memory. |
|
|
Add a notification event handler to an object |