Vcl.ComCtrls.TListItem

From RAD Studio API Documentation

TListItemSystem.Classes.TPersistentSystem.TObject

Delphi

TListItem = class(TPersistent)

C++

class PASCALIMPLEMENTATION TListItem : public System::Classes::TPersistent

Properties

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

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.

See Also