DimTreeView.isLoaded

Syntax

isLoaded (dimElKey)

Parameters

dimElKey. Dictionary element, for which you will check if elements are visually loaded.

Description

The isLoaded method checks if first level elements are loaded to the dimension.

Comments

It returns True if elements of the first level are loaded to the dictionary, otherwise it returns False.

Example

The example of use is identical to the example given for the TabSheetDataSource.isLoaded method.

See also:

DimTreeView