JVCL Help:TJvFormStorage.DefaultValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFormStorage.DefaultValue Property
[+] TJvFormStorage Methods
[+] TJvFormStorage Properties
Search in JVCL Help
Search in all projectsSummary
References the stored values in the list by their name.
Pascal
propertyDefaultValue [const Name: string; DefValue: Variant]: Variant;
Parameters
Parameters | Description |
Name | Identifies the name of the stored value. |
DefValue | Specifies a value to use if the stored value is not in the storage. |
Description
Use the DefaultValue property to get or set the value represented by a stored value object with a particular name.
If you use DefaultValue to get the value of a stored value object that is NULL, DefaultValue returns the value represented by the Default parameter. If you try to set the value of a stored value object to NULL, then it is actually set to the value represented by the Default parameter.
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