RAD Studio
ContentsIndex
PreviousUpNext
Defining Your Own Messages

A number of the standard components define messages for internal use. The most common reasons for defining messages are broadcasting information not covered by standard messages and notification of state changes. You can define your own messages in the VCL. 

Defining a message is a two-step process. The steps are:

  1. Declaring a message identifier.
  2. Declaring a message-record type.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!