RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.CacheBlobs Property

Determines whether BLOB fields are cached in memory.

Pascal
property CacheBlobs: Boolean;
C++
__property Boolean CacheBlobs;

Use CacheBlobs to specify whether to store BLOB images in memory to improve performance when scrolling through records that display BLOB images. CacheBlobs is true by default, meaning that BLOBs are cached in memory. If an application does not need to display the BLOBs associated with records, then set CacheBlobs to false to conserve system resources. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!