Vcl.ComCtrls.TCustomListView
Delphi
TCustomListView = class(TCustomMultiSelectListControl)
C++
class PASCALIMPLEMENTATION TCustomListView : public Vcl::Controls::TCustomMultiSelectListControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TCustomListView is the base type for all list view components, including TListView.
Use TCustomListView as a base class when defining a control that displays a list of items. TCustomListView allows a list of items to be displayed in columns with column headers and sub-items, or vertically or horizontally, with small or large icons.
Do not create instances of TCustomListView. To put a list view on a form, use a descendant of TCustomListView, such as TListView.