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

This is record Controls.TControlListItem.

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