RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMActivate Record
Pascal
TWMActivate = packed record
  Msg: Cardinal;
  Active: Word;
  Minimized: WordBool;
  ActiveWindow: HWND;
  Result: Longint;
end;
C++
struct TWMActivate {
  unsigned Msg;
  Word Active;
  WordBool Minimized;
  HWND ActiveWindow;
  Longint Result;
};

This is record Messages.TWMActivate.

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