ComCtrls.TListItems
Contents |
Delphi Information
From ComCtrls.pas
TListItems = class(TPersistent)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TListItems Members
Class Properties: ComCtrls.TListItems Properties
Class Methods: ComCtrls.TListItems Methods
Class Constructors & Destructors: ComCtrls.TListItems Constructors
C++ Information
From ComCtrls.hpp
TListItems = class(TPersistent)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TListItems Members
Class Properties: ComCtrls.TListItems Properties
Class Methods: ComCtrls.TListItems Methods
Class Constructors & Destructors: ComCtrls.TListItems Constructors
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.