RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMSysDeadChar Record
Pascal
TWMSysDeadChar = packed record
  Msg: Cardinal;
  CharCode: Word;
  Unused: Word;
  KeyData: Longint;
  Result: Longint;
end;
C++
struct TWMSysDeadChar {
  unsigned Msg;
  Word CharCode;
  Word Unused;
  Longint KeyData;
  Longint Result;
};

This is record Messages.TWMSysDeadChar.

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