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

Messages

This is record Messages.TWMPaletteIsChanging.

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