JVCL Help:TJvRegistryTreeView.AddKey

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Adds a new key at the specified location.


Pascal

 functionAddKey(ParentNode: TTreeNode; constKeyName: string): TTreeNode;


Parameters

Parameters Description
ParentNode: TTreeNode The parent of the new key.
const KeyName: string The name of the key to create.


Return Value

Returns the newly created node or nil if no node was created.


Description

Use AddKey to add a new key to the registry. The key is added as the child of the specified node.


See Also

TJvRegistryTreeView.AddBinaryValue> , TJvRegistryTreeView.AddDWORDValue, TJvRegistryTreeView.AddStringValue


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