IMetabaseTreeCombo.DelayedFill

Syntax

DelayedFill: Boolean;

Description

The DelayedFill property determines how an object tree is built in the component.

Comments

If the property is set to True, the child objects tree is built when initializing the component.

If the property is set to False, only the root nodes are built when initializing the component. The child nodes are built as the folders hierarchy is expanded. The property is set to True by default.

NOTE. To set up the tree building mode, the OnIsDynamicElem event operation also must be considered.

See also:

IMetabaseTreeCombo