IBDAC

TIBCDataSetOptions.CacheArrays Property

Used to allocate local memory buffer for a copy of the array.

Class

TIBCDataSetOptions

Syntax

property CacheArrays: boolean default True;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback