|
RAD Studio VCL Reference
|
TListView displays a list of items in various ways.
TListView = class(TCustomListView);
class TListView : public TCustomListView;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|