MetaSource.IsDataLoading

Syntax

IsDataLoading: Boolean;

Description

The IsDataLoading property determines whether all tree model elements are loaded.

Comments

Available values:

Use the setIsDataLoading method to set the property value, and the getIsDataLoading method to get the property value. Value cannot be set from JSON.

Example

The example of property use is given in description of the MetaSource.getElems method.

See also:

MetaSource