IMetabaseTreeCombo.DelayedFill

Syntax

DelayedFill: Boolean;

Description

The DelayedFill property determines how an object tree is built in a 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. Default value of this property is True.

NOTE. To configure the tree building mode, the OnIsDynamicElem event operation also needs to be considered.

See also:

IMetabaseTreeCombo