| Gentee Programming Language > Documentation > Libraries | Download documentation |
This library allows you to work with the Windows Registry. For using this library, it is required to specify the file registry.ge (from Lib subfolder) with include command.
| buf.regget | Getting a value |
| str.regget | Getting the value in the form of a string |
| buf.regset | Writing a value |
| str.regset | Writing a string |
| regdelkey | Deleting a registry key |
| regdelvalue | Deleting the value of a key |
| reggetmultistr | Getting a string sequence |
| reggetnum | Getting a numerical value |
| regkeys | Getting the list of keys |
| regsetmultistr | Writing a string sequence |
| regsetnum | Writing a number |
| regvaltype | Getting the type of a registry value |
| regvalues | Getting the list of values in a key |
| regverify | Creating missing keys |
Copyright © 2004-2006 Gentee Inc. All rights reserved. |