Discuss this help topic in SecureBlackbox Forum
Writes a block of data starting from the current position in the stream.
Declaration
[Pascal]
not implemented;
Parameters
- Buffer - the data that should be written to the stream.
- Offset - the position of the data to be written in Buffer.
- Count - the number of bytes to be written from Buffer.
Description
Use this method to write a block of data to the stream.
Discuss this help topic in SecureBlackbox Forum