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


TCPSManager.Delete
TCPSManager
Top 

Removes stream object from streams list.

Delphi syntax:
procedure Delete(Index: Integer);

C++ syntax:
void __fastcall
Delete(int Index);

Description
Removes stream object from streams list. You can use Streams property to access streams stored in the list.
Delete does not destroy the stream object.


© AidAim Software CryptoPressStream: