JCL Help:RegWriteCardinal@DelphiHKEY@string@string@Cardinal

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Writes an unsigned integer key to the registry.


Pascal

 procedure RegWriteCardinal(const RootKey: DelphiHKEY; const Key: string; const Name: string; Value: Cardinal); overload;
procedure RegWriteCardinal(const RootKey: DelphiHKEY; const Key: string; const Name: string; DataType: Cardinal; Value: Cardinal); overload;


Parameters

Parameters Description
const RootKey: DelphiHKEY The rootkey which to write to, one of the HKEY_XXX constants.
const Key: string The key (path) where the desired value is located, relative to RootKey.
const Name: string Name of the value to write.
Value: Cardinal Value to write.


Description

RegWriteCardinal writes a single unsigned integer value to the registry. If the function fails it raises an EJclRegistryError exception. The specified Key must already exist.


See Also

RegWriteBool RegWriteString RegWriteBinary


About

Unit

JclRegistry


Donator

Anonymous


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