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

This is record Messages.TWMChooseFont_GetLogFont.

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