MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgTempTableAccuracer.BlockSize
TMsgTempTableAccuracer
Top 

Specifies a block size in bytes.

Delphi syntax:
property
BlockSize: Integer;

C++ syntax:
__property int
BlockSize = {read=FBlockSize, write=FBlockSize, nodefault};

Description
Specifies a block size in bytes for stream objects.
BlockSize should be >= 10. BlockSize is typically used by stream objects for reading and writing data.
More BlockSize value raises memory usage and improves compression ratio.



© AidAim Software MsgCommunicator: