RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView Class

TCustomListView is the base type for all list view components, including TListView.

Pascal
TCustomListView = class(TCustomMultiSelectListControl);
C++
class TCustomListView : public TCustomMultiSelectListControl;

ComCtrls

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

 

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