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

Messages

This is record Messages.TWMNextDlgCtl.

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