IDynamicInstance.PresetChildRange

Fore Syntax

PresetChildRange(Parent: Integer; ChildCount: Integer): Boolean;

Fore.NET Syntax

PresetChildRange(Parent: uinteger; ChildCount: integer): boolean;

Parameters

Parent. Index of parent element.

ChildCount. Number of child elements.

Description

The PresetChildRange method sets initial number of child elements of specified dictionary element.

Fore and Fore.NET Examples

The method is intended for internal use.

See also:

IDynamicInstance