| [Overview][Types][Classes][Index] | 
The type of the underlying stream of TResourceDataStream
Source position: resdatastream.pp line 57
type TUnderlyingStreamType = (  | 
||
usCached,  | 
  | 
The underlying stream is a TCachedResourceDataStream descendant  | 
usMemory,  | 
  | 
The underlying stream is a memory stream  | 
usCustom  | 
  | 
The underlying stream is a custom stream  | 
);  | 
  | 
Stream class that provides copy-on-write functionality  |