JCL Help:TJclRandomStream.Read@@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclRandomStream.Read Method
[+] TJclRandomStream Methods
[+] TJclRandomStream Properties
Search in JCL Help
Search in all projects
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
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