Used for fetching all InterBase array values when they are explicitly requested.
property DeferredArrayRead: boolean default True;
If the DeferredArrayRead property is set to True, all InterBase array values are only fetched when they are explicitly requested. Otherwise entire record set with any array values is returned when dataset is opened. Whether array values are cached locally to be reused later or not is controlled by the CacheBlobs option.