NavigatorBox.ObjectListMultiSelect

Syntax

ObjectListMultiSelect: Boolean;

Description

The ObjectListMultiSelect property indicates if multiple objects can be selected in the list.

Comments

If this property is set to True, multiple selection is enabled for the list objects. By default the property is set to False, and this option is disabled.

This property can be used only form JSON in component's constructor.

Example

The example of property use is given on the Example of Creating the NavigatorBox Component page.

See also:

NavigatorBox