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

This is record Messages.TWMSetFocus.

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