NavigatorBox.SelectedKeys

Syntax

SelectedKeys: Array;

Description

The SelectedKeys property sets an array of selected objects' keys.

Comments

The property is returned by means of the getSelectedKeys() and returns array of instances of the PP.Mb.Object class.

The property is set by the setSelectedKeys(objectKeys, fireEvent, clearSelection ) method.

Parameters:

objectKeys. Array. Array of object keys that must be selected in the navigator tree.

fireEvent. Boolean. Determines whether the ObjectListSelectionChanged event is fired on executing the method: True - the event is fired, False - the event is not fired.

clearSelection. Boolean. Determines whether the old selection is cleared: True - the selection is cleared, False - the selection is remained.

Example

The example of use is identical to the example given for the MetabaseTreeList.SelectedKeys property.

See also:

NavigatorBox