RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMCharToItem Record
Pascal
TWMCharToItem = packed record
  Msg: Cardinal;
  Key: Word;
  CaretPos: Word;
  ListBox: HWND;
  Result: Longint;
end;
C++
struct TWMCharToItem {
  unsigned Msg;
  Word Key;
  Word CaretPos;
  HWND ListBox;
  Longint Result;
};

Messages

This is record Messages.TWMCharToItem.

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