EnglishРусский  

Ads

Scriptius script builder
Provides the best choice in work automation and great time saving features.

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

Registry

Working with the Registry. This library allows you to work with the Windows Registry. For using this library, it is required to specify the file registry.g (from lib\registry subfolder) with include command.

include : $"...\gentee\lib\registry\registry.g"

 

Functions

regdelkey Deleting a registry key.
regdelvalue Deleting the value of a key.
reggetmultistr Getting a string sequence.
reggetnum Get the numerical value of a registry key.
regkeys Getting the list of keys.
regsetmultistr Writing a string sequence.
regsetnum Write a number as a registry key value.
regvaltype Get the type of a registry key value.
regvalues Getting the list of values in a key.
regverify Creating missing keys.

Methods

buf.regget Getting a value.
buf.regset Writing a value.
str.regget Getting a value.
str.regset Write a string as a registry key value.
Edit