Vcl.ComCtrls.TListItems

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTListItems

Delphi

TListItems = class(TPersistent)

C++

class PASCALIMPLEMENTATION TListItems : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TListItems maintains the collection of items that appear in a list view control.

Use the properties and methods of TListItems to manipulate the list of items displayed by a list view control. TListItems only lists the main items in the list view. Subitems are specified using a property of the individual TListItem objects.

See Also