DimTreeView.AutoLoad

Syntax

AutoLoad: Boolean;

Description

The AutoLoad property determines whether automatic items loading is used on creating a tree.

Comments

Available values:

Use JSON or the setAutoLoad method to set the property value and the getAutoLoad method to get the property value.

Example

The example of property use is given in description of the DimTreeView.loadFirst method.

See also:

DimTreeView