CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSStream.ReadOnly
TCPSStream
Top 

Specifies if stream is read only.

Delphi syntax:
property
ReadOnly: Boolean;

C++ syntax:
__property bool
ReadOnly = {read=FReadOnly, write=FReadOnly, nodefault};

Description
Set ReadOnly to true to switch stream to read only mode (all Write and SetSize calls will raise an exception).
Set ReadOnly to false to allow stream modification.


© AidAim Software CryptoPressStream: