TListItems Class

Represents type TListItems.

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

The TListItems type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Item[Integer]

Represents property Item[Integer].

Top
Show:
 NameDescription
Add

Represents method Add.

BeginUpdate

Represents method BeginUpdate.

Clear

Represents method Clear.

Delete(Integer)

Represents method Delete(Integer).

EndUpdate

Represents method EndUpdate.

GetCount

Represents method GetCount.

GetItem(Integer)

Represents method GetItem(Integer).

Insert(Integer)

Represents method Insert(Integer).

Top