JVCL Help:TJvCustomAppStorage.ReadSet
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ReadSet Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Reads a set.
Pascal
procedureReadSet(constPath: string; ATypeInfo: PTypeInfo; constDefault; outValue);
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) of the value to read. |
ATypeInfo: PTypeInfo | A typeinfo pointer that describes the type of the value to be read. |
const Default | Value to return if the specified path does not exist. |
out Value | Returns the retrieved value. |
Description
Call ReadSet to retrieve a set. If the value is not found, the Default will be returned.
See Also
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