Columns: IListViewColumns;
The Columns property returns collection of the component columns.
The columns are added and edited in the Column Editor window. To open this window the user should:
execute the Columns context menu item for the ListView component placed on the form;
press button of the Columns property of the ListView component in the object inspector;
make double mouse button click on the Columns property of the ListView component in the object inspector.
The Column Editor window looks as follows:
The Add button is used to add columns.
NOTE. The properties of columns selected in the list are determined in the object inspector.
The Delete button is used to delete columns.
Pressing Close button closes this window.
See also: