IListView.Columns

Syntax

Columns: IListViewColumns;

Description

The Columns property returns collection of the component columns.

Comments

The columns are added and edited in the Column Editor window. To open this window the user should:

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:

IListView