RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMChanged Record
Pascal
TCMChanged = record
  Msg: Cardinal;
  Unused: Longint;
  Child: TControl;
  Result: Longint;
end;
C++
struct TCMChanged {
  unsigned Msg;
  Longint Unused;
  TControl * Child;
  Longint Result;
};

This is record Controls.TCMChanged.

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