JVCL Help:TJvRegistryTreeView.AddBinaryValue

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


Pascal

 functionAddBinaryValue(ParentNode: TTreeNode; constName: string; varBuf; BufSize: Integer): TTreeNode;


Parameters

Parameters Description
ParentNode: TTreeNode The node that should contain the new value.
const Name: string The name of the new value.
var Buf The data to save.
BufSize: Integer The size of the data.


Return Value

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


Description

Use AddBinaryValue to add a new binary value to the specified key.


See Also

TJvRegistryTreeView.AddDWORDValue, 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