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

Messages

This is record Messages.TWMSetRedraw.

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