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

This is record Messages.TWMMDIDestroy.

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