RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMCtlColor Record
Pascal
TWMCtlColor = packed record
  Msg: Cardinal;
  ChildDC: HDC;
  ChildWnd: HWND;
  Result: Longint;
end;
C++
struct TWMCtlColor {
  unsigned Msg;
  HDC ChildDC;
  HWND ChildWnd;
  Longint Result;
};

This is record Messages.TWMCtlColor.

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