Set a (text kind) attribute to a string.
Source position: mui.pas line 623
const MUIM_SetAsString = MUIB_MUI or $422590;  | 
DoMethod(obj, MUIM_Export, [Attr: LongWord; Format: PChar; Value: IPTR, ...]);
This can be useful if you want to connect a numeric attribute of an object with a text attribute of another object.
  | 
Set an attribute to a value.  | 
|
  | 
Add a notification event handler to an object  |