RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TDispatchMessage Record
Pascal
TDispatchMessage = record
  MsgID: Word;
end;
C++
struct TDispatchMessage {
  Word MsgID;
};

This is record System.TDispatchMessage.

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