Set a (text kind) attribute to a string.
Source position: mui.pas line 710
const MUIM_SetAsString = $80422590; |
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 |