RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ActnMan.TCMItemMsg Record
Pascal
TCMItemMsg = record
  Msg: Cardinal;
  Unused: Integer;
  Sender: TCustomActionControl;
  Result: Longint;
end;
C++
struct TCMItemMsg {
  unsigned Msg;
  int Unused;
  TCustomActionControl Sender;
  Longint Result;
};

ActnMan

This is record ActnMan.TCMItemMsg.

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