MessageEvent Class Reference

[tvision Index] [tvision Hierarchy] [Headers]


Informations about message events More...

#include <system.h>

Public Members


Detailed Description

This structure stores informations about message events.

See Also: TEvent


ushort command[public]

Is the code of the command.

See `views.h' for a list of standard commands. Other commands are defined in `colorsel.h', `dialogs.h', `editors.h', `outline.h' and `stddlg.h'.

void *infoPtr[public]

A generic pointer.

I suggest you to pay attention to these fields. Use always the same type in the transmitter and in the receivers of the message. Otherwise you may experiment portability problems.

long infoLong[public]

A signed long.

ushort infoWord[public]

An unsigned short.

short infoInt[public]

A signed short.

uchar infoByte[public]

An unsigned byte.

char infoChar[public]

A signed character.


Documentation generated by sergio@athena.milk.it on Wed Feb 10 22:11:47 CET 1999
Kdoc