JVCL Help:TJvRegistryTreeView.AddDWORDValue

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 DWORD value at the specified location.


Pascal

 functionAddDWORDValue(ParentNode: TTreeNode; constName: string; Value: DWORD): TTreeNode;


Parameters

Parameters Description
ParentNode: TTreeNode The node that should contain the new value.
const Name: string The name of the new or existing value.
Value: DWORD The value.


Return Value

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


Description

Use AddDWORDValue to add a new or update an existing DWORD value in the specified key.


See Also

TJvRegistryTreeView.AddBinaryValue, TJvRegistryTreeView.AddStringValue, 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