[Overview][Types][Classes][Index] |
Controls the copy-on-write behaviour of the stream
Source position: resdatastream.pp line 82
public property TResourceDataStream.Cached : Boolean |
When this property is set to true, a cached stream is used as the underlying stream for read operations. If it is set to false, no caching is performed and data is always copied to a memory stream.
Note that this property does nothing if the underlying stream is a custom stream.
By default this property is true.
|
Stream class that provides copy-on-write functionality |
|
|
Controls the copy-on-write behaviour of the resource |