MESSAGE_HANDLER and VCL_MESSAGE_HANDLER

From RAD Studio
Jump to: navigation, search

Go Up to sysmac.h Index

This macro can be used to redefine message handlers for events. VCL_MESSAGE_HANDLER is defined for compliance when the ATL library is used. The ATL also declares a MESSAGE_HANDLER macro and the VCL_MESSAGE_HANDLER rename prevents a naming conflict. If the ATL library is not being used, the macro name reverts to MESSAGE_HANDLER.

See Also