RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.ListView Property

Indicates the list view control that displays the list item.

Pascal
property ListView: TCustomListView;
C++
__property TCustomListView ListView;

Read ListView to access the list view object that displays the item. Use the properties and methods of the list view object to make changes that affect the list item or to manipulate other items in the list. 

Do not confuse the ListView that displays the item with the Owner of the item. The Owner is the TListItems object that manages the collection of all list items. The list view is the Owner of that TListItems object. 

 

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