RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMHelp Record
Pascal
TWMHelp = packed record
  Msg: Cardinal;
  Unused: Integer;
  HelpInfo: PHelpInfo;
  Result: Longint;
end;
C++
struct TWMHelp {
  unsigned Msg;
  int Unused;
  PHelpInfo HelpInfo;
  Longint Result;
};

Messages

This is record Messages.TWMHelp.

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