JCL Help:TJclScopedStream.MaxSize

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Data size limitation.


Pascal

 public property MaxSize: Int64;


Description

This property exposes the maximum size for this virtual stream.
If set (<> 0), only bytes between StartPos and StartPos+MaxSize-1 will be available in data stream.
If not set (=0), every bytes following position StartPos will be available in data stream.


See Also

TJclScopedStream.ParentStream TJclScopedStream.StartPos


About

Donator

Florent Ouchet


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