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;
};

This is record Messages.TWMCharToItem.

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