DItem.HasChild

Syntax

HasChild: Boolean;

Description

The HasChild property determines if the MDM dictionary item has descendants.

Comments

Use JSON or the setHasChild method to set the property value, and the getHasChild method to get the property value.

By default this property contains the value false.

Example

The property use is given on the page with description of the DItem constructor.

See also:

DItem