RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMInitDialog Record
Pascal
TWMInitDialog = packed record
  Msg: Cardinal;
  Focus: HWND;
  InitParam: Longint;
  Result: Longint;
end;
C++
struct TWMInitDialog {
  unsigned Msg;
  HWND Focus;
  Longint InitParam;
  Longint Result;
};

This is record Messages.TWMInitDialog.

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