Vcl.ComCtrls.TListItem.ListView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListView: TCustomListView read GetListView;

C++

__property TCustomListView* ListView = {read=GetListView};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItem

Description

Indicates the list view control that displays the list item.

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.

See Also