IListView.ReadOnly

Syntax

ReadOnly: Boolean;

Description

The ReadOnly property determines whether it is possible to make changes in the list.

Comments

If the ReadOnly property is set to True, the list can not be edited. If the property is set to False, it can be edited.

See also:

IListView