CreateDescendantRecordEnum Method

The CreateDescendantRecordEnum method returns an enumeration of records for all descendants of this record.

Syntax

object.CreateDescendantRecordEnum

(

i_NumLevels As Number = 1

) AsIGrooveFormsToolRecordEnum

Parameters

Parameter Description

i_NumLevels

Number of levels of descendants to enumerate. A value of 1 enumerates to only one level. A value of -1 enumerates all descendants. This parameter is optional, and the default value is 1.

Return Values

The return value is an enumeration of descendant records.

See Also

Reference

IGrooveFormsToolRecord Interface
IGrooveFormsToolRecordEnum Interface

Concepts

Accessing Forms Records