ComCtrls.TListItem
Contents |
Delphi Information
From ComCtrls.pas
TListItem = class(TPersistent)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TListItem Members
Class Properties: ComCtrls.TListItem Properties
Class Methods: ComCtrls.TListItem Methods
Class Constructors & Destructors: ComCtrls.TListItem Constructors
C++ Information
From ComCtrls.hpp
TListItem = class(TPersistent)
Unit: ComCtrls
Type: class
Inherited Class Members: ComCtrls.TListItem Members
Class Properties: ComCtrls.TListItem Properties
Class Methods: ComCtrls.TListItem Methods
Class Constructors & Destructors: ComCtrls.TListItem Constructors
Description
TListItem is an individual item of a TListView control.
Use TListItem to specify the appearance and data associations of an item in a list view. All the list items of the list view are collected by a TListItems object to make up the Items property of the TListView control.