JVCL Help:TJvRegistryTreeView.AddStringValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRegistryTreeView.AddStringValue Method
[+] TJvRegistryTreeView Methods
[+] TJvRegistryTreeView Properties
Search in JVCL Help
Search in all projectsSummary
Adds a string value at the specified location.
Pascal
functionAddStringValue(ParentNode: TTreeNode; constName: string; constValue: string): TTreeNode;
Parameters
Parameters | Description |
ParentNode: TTreeNode | The node that should contain the new value. |
const Name: string | The name of the value. |
const Value: string | The value. |
Return Value
Returns the newly created node or nil if no node was created.
Description
Use AddStringValue to add a new or update an existing string value in the specified key.
See Also
TJvRegistryTreeView.AddBinaryValue, TJvRegistryTreeView.AddDWORDValue, TJvRegistryTreeView.AddKey
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