JCL Help:RegWriteDWORD@DelphiHKEY@string@string@Cardinal@DWORD

From Project JEDI Wiki
Jump to navigationJump to search


Summary

RegWriteDWORD creates invalid 8 byte REG_DWORD keys.


Pascal

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


Description

The description for this help topic does not exist, edit this page


About

Unit

JclRegistry


Donator

Anonymous


Notes

Obsolete, use RegWriteInt64 instead (which creates REG_QWORD values).


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