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

Messages

This is record Messages.TWMRenderFormat.

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