RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView Class

TListView displays a list of items in various ways.

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

ComCtrls

Use TListView to manage and display a list of items in a form. The items can be displayed in columns with column headers and sub-items, or vertically or horizontally, with small or large icons. 

TListView publishes many of the properties, events, and methods of TCustomListView, but does not introduce any new behavior. 

 

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