JVCL Help:TJvCustomAppStorage.WriteBinary

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

Search in JVCL Help

 
Search in all projects
 

Summary

Stores the buffer in a binary form.


Pascal

 procedureWriteBinary(constPath: string; constBuf: TJvBytes; BufSize: Integer);


Parameters

Parameters Description
const Path: string Path (relative to the current path) where the value is to be stored.
const Buf: TJvBytes Data to write to the storage.
BufSize: Integer Size of the buffer.


Description

WriteBinary will write BufSize bytes of the buffer indicated by Buf to the storage in a binary form.


See Also

TJvCustomAppStorage.ReadBinary, TJvCustomAppStorage.WriteDateTime, TJvCustomAppStorage.WriteFloat, TJvCustomAppStorage.WriteInteger, TJvCustomAppStorage.WriteList, TJvCustomAppStorage.WriteString, TJvCustomAppStorage.WriteStringList


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