JVCL Help:TJvCustomAppStorage.WriteString

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

Search in JVCL Help

 
Search in all projects
 

Summary

Stores a string value.


Pascal

 procedureWriteString(constPath: string; constValue: string);


Parameters

Parameters Description
const Path: string Path (relative to the current path) where the value is to be stored.
const Value: string Value to store.


Description

WriteString will store the specified string value in the specified location.


See Also

TJvCustomAppStorage.ReadString, TJvCustomAppStorage.WriteBinary, TJvCustomAppStorage.WriteDateTime, TJvCustomAppStorage.WriteFloat, TJvCustomAppStorage.WriteInteger, TJvCustomAppStorage.WriteList, 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