clsD3DynamicArray class

Implements the abilities associated with a D3 dynamic array.

Remarks

To create a clsD3DynamicArray object use one of the following three techniques:

  • Use a method from a class that returns a clsD3DynamicArray object, such as, brRead or brCopy.

    Set oArray = oFile.brRead(sItemId)
    
  • Use the brOpenDynamicArray method of the clsD3Environment class.

    Set oArray = oEnv.brOpenDynamicArray
    
  • Use the Visual Basic New keyword.

    Set oArray = New clsD3DynamicArray
    

A clsD3DynamicArray object may be flat or MultiValued, being made up of attributes, values, and sub-values. It can be converted into a VB string or a clsD3SelectList object.

An application is likely to have many clsD3DynamicArray objects.