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

This is record Messages.TWMEraseBkgnd.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!