JVCL Help:TJvCustomAppStorage.ReadBinary

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

Search in JVCL Help

 
Search in all projects
 

Summary

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