JCL Help:TJclRandomStream.Read@@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Overridden function of TStream.Read.


Pascal

 public function Read(var Buffer; Count: Longint): Longint; override;


Parameters

Parameters Description
var Buffer Memory location to be filled.
Count: Longint Number of bytes to fill.


Return Value

Effective number of bytes that were filled with random values.


Description

This function fills specified buffer with the requested number of bytes of random data. For a more complete description of this function, refer to TStream.Read documentation.


See Also

TJclRandomStream.RandomData


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