RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMControlChange Record
Pascal
TCMControlChange = record
  Msg: Cardinal;
  Control: TControl;
  Inserting: LongBool;
  Result: Longint;
end;
C++
struct TCMControlChange {
  unsigned Msg;
  TControl * Control;
  LongBool Inserting;
  Longint Result;
};

This is record Controls.TCMControlChange.

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