TreeListBase.preserveSelection

Syntax

preserveSelection(keep, invert);

Parameters

keep. Boolean. Save the current selection.

invert. Boolean. Invert the current selection.

Description

The preserveSelection method remembers the current selection for the setSelectedFromToIndex method.

Example

The method use is given in description of the setSelectedFromToIndex method.

See also:

TreeListBase