RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TControlListItem Record
Pascal
TControlListItem = record
  Control: TControl;
  Parent: TWinControl;
end;
C++
struct TControlListItem {
  TControl * Control;
  TWinControl * Parent;
};

Controls

This is record Controls.TControlListItem.

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