JVCL Help:TJvCustomAppStorage.ReadDateTime
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ReadDateTime Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Reads a TDateTime value.
Pascal
functionReadDateTime(constPath: string; Default: TDateTime = 0): TDateTime;
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) of the value to read. |
Default: TDateTime = 0 | Value to return if the specified path does not exist. |
Description
ReadDateTime reads date and time 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.ReadFloat, TJvCustomAppStorage.ReadInteger, TJvCustomAppStorage.ReadList, TJvCustomAppStorage.ReadString, TJvCustomAppStorage.ReadStringList, TJvCustomAppStorage.WriteDateTime
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