JVCL Help:TJvInspectorCustomConfData.WriteValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorCustomConfData.WriteValue Method
[+] TJvInspectorCustomConfData Methods
[+] TJvInspectorCustomConfData Properties
Search in JVCL Help
Search in all projectsSummary
Writes a string value.
Pascal
procedureWriteValue(constValue: string); virtual; abstract;
Parameters
Parameters | Description |
const Value: string | Description for this parameter |
Description
WriteValue writes the string value to the configuration file/settings database where the Section/Key pair is pointing to.
Descendants should override this method to write the value to the configuration file/settings database at the location represented by the Section/Key pair.
See Also
TJvInspectorCustomConfData.Key, TJvInspectorCustomConfData.ReadValue, TJvInspectorCustomConfData.Section
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