[Overview][Types][Classes][Index] |
Sets a custom stream as the underlying stream
Source position: resdatastream.pp line 78
public procedure TResourceDataStream.SetCustomStream( |
aStream: TStream |
); |
aStream |
|
The stream to use as the underlying stream. It can be nil |
This method sets a custom stream as the underlying stream.
If aStream is nil, a new memory stream is used as the underlying stream. This can be used to remove a previously set custom stream as the underlying stream.
Usually it is called by TAbstractResource.SetCustomRawDataStream.
|
Stream class that provides copy-on-write functionality |
|
|
Sets a custom stream as the underlying stream for RawData |