JVCL Help:TJvCustomAppStorage.ReadPersistent

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 TPersistent-Object with all of its published properties.


Pascal

 procedureReadPersistent(constPath: string; constPersObj: TPersistent; constRecursive: Boolean = True; constClearFirst: Boolean = True; constIgnoreProperties: TStrings = nil);


Parameters

Parameters Description
const Path: string Path (relative to the current path) of the value to read.
const PersObj: TPersistent Description for this parameter
const Recursive: Boolean = True Description for this parameter
const ClearFirst: Boolean = True Description for this parameter
const IgnoreProperties: TStrings = nil Description for this parameter


Description

Call ReadPersistent to retrieve a TPersistent-Object with all of its published properties.


See Also

TJvCustomAppStorage.WritePersistent


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