TdxListColumns Class
A list column collection.
Declaration
TdxListColumns = class(
TcxInterfacedComponentCollection
)
Remarks
The TdxListColumns class members allow you to do the following:
- Add columns (Add and Insert).
- Delete columns (Delete and Clear).
- Count columns (Count).
- Access columns (Items).
- Obtain a column’s index in the collection (IndexOf).
- Access the collection’s owner (ListView).
- Manage List View updates (BeginUpdate and EndUpdate).
The List View’s Columns property references a TdxListColumns object.
Inheritance
See Also