JVCL Help:TJvCustomAppStorage.ReadInteger
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ReadInteger Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Reads an integer value.
Pascal
functionReadInteger(constPath: string; Default: Integer = 0): Integer;
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) of the value to read. |
Default: Integer = 0 | Value to return if the specified path does not exist. |
Description
ReadInteger reads an integer 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. If the value is not an Integer (or can't be converted to an Integer an EConvertError exception will be raised.
See Also
TJvCustomAppStorage.ReadBinary, TJvCustomAppStorage.ReadDateTime, TJvCustomAppStorage.ReadFloat, TJvCustomAppStorage.ReadList, TJvCustomAppStorage.ReadString, TJvCustomAppStorage.ReadStringList, TJvCustomAppStorage.WriteInteger
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