RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMFocusChanged Record
Pascal
TCMFocusChanged = record
  Msg: Cardinal;
  Unused: Integer;
  Sender: TWinControl;
  Result: Longint;
end;
C++
struct TCMFocusChanged {
  unsigned Msg;
  int Unused;
  TWinControl * Sender;
  Longint Result;
};

This is record Controls.TCMFocusChanged.

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