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

System

This is record System.TDispatchMessage.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!