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

MUIM_WriteLong

This method simply writes a longword somewhere to memory.

Declaration

Source position: mui.pas line 713

const MUIM_WriteLong = $80428d86;

Description

DoMethod(obj, MUIM_Export, [Value: LongWord, Memory: PLongWord]);

Value
value to set attribute to.
Memory
location to write the value to

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.

See also

MUIM_WriteString

  

This method simply copies a string somewhere to memory.

MUIM_Notify

  

Add a notification event handler to an object


Documentation generated on: 2021-07-30