RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMControlListChanging Record
Pascal
TCMControlListChanging = record
  Msg: Cardinal;
  ControlListItem: PControlListItem;
  Inserting: LongBool;
  Result: Longint;
end;
C++
struct TCMControlListChanging {
  unsigned Msg;
  PControlListItem ControlListItem;
  LongBool Inserting;
  Longint Result;
};

Controls

This is record Controls.TCMControlListChanging.

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