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

Messages

This is record Messages.TWMMDITile.

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