RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMCommand Record
Pascal
TWMCommand = packed record
  Msg: Cardinal;
  ItemID: Word;
  NotifyCode: Word;
  Ctl: HWND;
  Result: Longint;
end;
C++
struct TWMCommand {
  unsigned Msg;
  Word ItemID;
  Word NotifyCode;
  HWND Ctl;
  Longint Result;
};

Messages

This is record Messages.TWMCommand.

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