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

Controls

This is record Controls.TCMControlListChange.

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