TListItem Class

Represents type TListItem.

Namespace: System.UI.ListView
TObject
  System.UI.ListView.TListItem
type
 TListItem = class sealed(TObject)
 end;

The TListItem type exposes the following members.

Show:
 NameDescription
Caption

Represents property Caption.

Checked

Represents property Checked.

ImageIndex

Represents property ImageIndex.

Index

Represents property Index.

Selected

Represents property Selected.

SubItems

Represents property SubItems.

Top
Show:
 NameDescription
GetCaption

Represents method GetCaption.

GetChecked

Represents method GetChecked.

GetImageIndex

Represents method GetImageIndex.

GetIndex

Represents method GetIndex.

GetSelected

Represents method GetSelected.

GetSubItems

Represents method GetSubItems.

Top