RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMSize Record
Pascal
TWMSize = packed record
  Msg: Cardinal;
  SizeType: Longint;
  Width: Word;
  Height: Word;
  Result: Longint;
end;
C++
struct TWMSize {
  unsigned Msg;
  Longint SizeType;
  Word Width;
  Word Height;
  Longint Result;
};

Messages

This is record Messages.TWMSize.

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