Bde.DBTables.TBDEDataSet.CacheBlobs
Delphi
property CacheBlobs: Boolean read FCacheBlobs write FCacheBlobs default True;
C++
__property bool CacheBlobs = {read=FCacheBlobs, write=FCacheBlobs, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Determines whether BLOB fields are cached in memory.
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.