PreviousdeepCopy Up
Collection
detectNext

Collection Method deepfinalizeWithDepth

Destroys this collection, and all the elements in it, going down lnkDepth levels. For example, with lnkDepth set to 1, the collection is finalized, and all the elements in it are finalized. With lnkDepth set to 2, any elements in the collection which were themselves collections, also deepFinalize those elements.

Using Parameters
lnkDepth PIC 9(9) COMP-5
Returning Parameter
defaultreturn OBJECT