|
Add
|
Appends a new item with default settings.
|
|
Assign(TPersistent)
|
|
|
AssignTo(TPersistent)
|
|
|
BeginUpdate
|
Prevents List View updates until an EndUpdate call.
|
|
Clear
|
Deletes all items in the collection.
|
|
Delete(Integer)
|
Deletes the item with the specified index.
|
|
EndUpdate
|
Enables List View updates after a BeginUpdate call.
|
|
Equals(TObject)
|
|
|
GetHashCode
|
|
|
GetItemAtPos(TPoint)
|
Provides access to an individual list item at the specified position.
|
|
GetNamePath
|
|
|
GetOwner
|
|
|
IndexOf(TdxListItem)
|
Returns the specified item’s index in the collection.
|
|
Insert(Integer)
|
Inserts a new item at the specified index in the collection.
|
|
ToString
|
|