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;
};

Controls

This is record Controls.TCMChanged.

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