JVCL Help:TJvCustomAppStorage.WritePersistent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.WritePersistent Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Stores a TPersistent-Object with all of its published properties.
Pascal
procedureWritePersistent(constPath: string; constPersObj: TPersistent; constRecursive: Boolean = True; constIgnoreProperties: TStrings = nil);
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) where the value is to be stored. |
const PersObj: TPersistent | Object to store. |
const Recursive: Boolean = True | Description for this parameter |
const IgnoreProperties: TStrings = nil | Description for this parameter |
Description
Write here a description
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