RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMSetFont Record
Pascal
TWMSetFont = packed record
  Msg: Cardinal;
  Font: HFONT;
  Redraw: WordBool;
  Unused: Word;
  Result: Longint;
end;
C++
struct TWMSetFont {
  unsigned Msg;
  HFONT Font;
  WordBool Redraw;
  Word Unused;
  Longint Result;
};

Messages

This is record Messages.TWMSetFont.

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