JVCL Help:TJvCustomAppStorage.ReadBinary
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ReadBinary Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Reads a binary value.
Pascal
functionReadBinary(constPath: string; Buf: TJvBytes; BufSize: Integer): Integer;
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) of the value to read. |
Buf: TJvBytes | Buffer in which to put the data read. |
BufSize: Integer | Size of the buffer. ReadBinary will return at most BufSize bytes. |
Description
ReadBinary reads a value from the storage in a binary form. The method will read at most BufSize bytes and put it in the location pointed to by Buf. The result value indicates the number of bytes actually read.
See Also
TJvCustomAppStorage.ReadDateTime, TJvCustomAppStorage.ReadFloat, TJvCustomAppStorage.ReadInteger, TJvCustomAppStorage.ReadList, TJvCustomAppStorage.ReadString, TJvCustomAppStorage.ReadStringList, TJvCustomAppStorage.WriteBinary
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