RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMEnable Record
Pascal
TWMEnable = packed record
  Msg: Cardinal;
  Enabled: LongBool;
  Unused: Longint;
  Result: Longint;
end;
C++
struct TWMEnable {
  unsigned Msg;
  LongBool Enabled;
  Longint Unused;
  Longint Result;
};

Messages

This is record Messages.TWMEnable.

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