[Overview][Resource strings][Constants][Types][Classes][Index] |
Controls the copy-on-write behaviour of the resource
Source position: resource.pp line 176
public property TAbstractResource.CacheData : Boolean |
When CacheData is true, copy-on-write mechanism of RawData is enabled.
Setting CacheData to false forces the raw resource data to be loaded in memory without performing any caching.
By default, CacheData is true.
|
The raw resource data stream |
|
|
Controls the copy-on-write behaviour of all resources |