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

MUIM_SetAsString

Set a (text kind) attribute to a string.

Declaration

Source position: mui.pas line 689

const MUIM_SetAsString = $80422590;

Description

DoMethod(obj, MUIM_Export, [Attr: LongWord; Format: PChar; Value: IPTR, ...]);

Attr
attribute you want to set.
Format
C like formatting string, remember to use '%ld'!
Value,...
one or more paremeters for the format string.

This can be useful if you want to connect a numeric attribute of an object with a text attribute of another object.

See also

MUIM_Set

  

Set an attribute to a value.

MUIM_Notify

  

Add a notification event handler to an object


Documentation generated on: 2021-07-30