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

This is record Messages.TWMMDICascade.

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