Indicates whether the BLOB data are cached on the client or they are accessed remotely on the server.
property Cached: Boolean;
The Cached property is used ti indicate whether the BLOB data are cached on the client or they are accessed remotely on the server. In most cases you don't need to set the value of this property directly. To enable or disable BLOB caching, use the TCustomIBCDataSet.Options property.