ListBox.EnableEdit

Syntax

EnableEdit: Boolean;

Description

The EnableEdit property determines whether list elements can be edited.

Comments

Available values:

Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.

Example

The example of property use is given in description of the ListBox.getScrollBox method.

See also:

ListBox