TdxListItems Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new list item collection. |
#Properties
Name | Description |
---|---|
Count | Returns the total item count in the collection. |
Items | Provides indexed access to stored items. |
List |
Provides access to the List View control that owns the list item collection. |
#Methods
Name | Description |
---|---|
Add | Appends a new item with default settings. |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Begin |
Prevents List View updates until an End |
Clear | Deletes all items in the collection. |
Delete |
Deletes the item with the specified index. |
End |
Enables List View updates after a Begin |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Get |
Provides access to an individual list item at the specified position. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Index |
Returns the specified item’s index in the collection. |
Insert |
Inserts a new item at the specified index in the collection. |
To |
Inherited from TObject. |
See Also