JVCL Help:TJvListView.ExtendedColumns
JVCL Help: TJvListView.ExtendedColumns Property
Search in JVCL Help
Search in all projectsSummary
This property contains a collection that allows to specify additional properties for each columns (sort method for instance).
Pascal
propertyExtendedColumns: TJvListExtendedColumns;
Description
It can not be included in the Columns collection as the VCL does not offer a way to specify which class to use for the items of the Columns collection. Note that this one (ExtendedColumns) is populated automatically when a column is added or deleted. But because the VCL code for add starts by deleting all columns to reinsert them after, you should not change the properties for any item of ExtendedColumns in a loop that contains a call to the Add method of the Columns property.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page