ocr: Data Type Description DynArrays DynArrays can contain a variable number of objects (data types) a and no special method calls are required toa add additional elements. Ina addition, the alpha- numeric index value makes your code clear and the contents of each element easy to remember. For example, ifyou copy a record from a table etoa a DynArray the index values will be the field names. Finally, DynArrays are easy to use. Just declare a single user-defined type for a DynArray of type AnyType then declare as many Arrays of that type as youneed. Resizable Arrays Resizable Arraysuse a numerc inde ...