MetabaseTreeList.getSelectedObjects

Syntax

getSelectedObjects()

Description

The getSelectedObjects method returns an array of selected objects: instances of the class PP.Mb.Object.

Comments

Use the MetabaseTreeList.MultiSelect property to define if multiple objects can be selected.

Example

The example of method use is given in description of the MetabaseTreeList.SelectionChanged event.

See also:

MetabaseTreeList