JVCL Help:TJvCustomAppStorage.ReadString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ReadString Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Reads a string value.
Pascal
functionReadString(constPath: string; constDefault: string = ): string;
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) of the value to read. |
const Default: string = | Value to return if the specified path does not exist. |
Description
ReadString reads a string value from the storage. The result value is the value in the storage or the specified default value if it did not exist in the storage.
See Also
TJvCustomAppStorage.ReadBinary, TJvCustomAppStorage.ReadDateTime, TJvCustomAppStorage.ReadFloat, TJvCustomAppStorage.ReadInteger, TJvCustomAppStorage.ReadList, TJvCustomAppStorage.ReadStringList, TJvCustomAppStorage.WriteString
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