Unit 'resdatastream' Package
[Overview][Types][Classes][Index] [#fcl-res]

TUnderlyingStreamType

The type of the underlying stream of TResourceDataStream

Declaration

Source position: resdatastream.pp line 63

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

);

See also

TResourceDataStream

  

Stream class that provides copy-on-write functionality


Documentation generated on: Jan 30 2024