JVCL Help:TJvMTAsyncBufferBase.MaxBufferSize

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the desired maximum size of the buffer. Specifies the maximum number of objects allowed in the buffer.


Pascal

 propertyMaxBufferSize: Integer;


Description

Set MaxBufferSize to the desired maximum size of the buffer. Descendants of TJvMTAsyncBufferBase can use this property when allocating memory for the actual buffer.
You can not change MaxBufferSize after you called Read or Write.


See Also

TJvMTAsyncBufferBase.Read, TJvMTAsyncBufferBase.Write


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page