Used to allocate local memory buffer for a copy of the array.
property CacheArrays: boolean default True;
If the CacheArray property is set to True, local memory buffer is allocated for a copy of the array.
Note: This option has no effect when DeferredArrayRead is set to False because all BLOB values are fetched to the dataset in that case.