Gentee Programming Language > Documentation > Libraries Download documentation

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.ge (from Lib subfolder) with include command.

  • Methods
  • Functions

    Methods

    buf.reggetGetting a value
    str.reggetGetting the value in the form of a string
    buf.regsetWriting a value
    str.regsetWriting a string

    Functions

    regdelkeyDeleting a registry key
    regdelvalueDeleting the value of a key
    reggetmultistrGetting a string sequence
    reggetnumGetting a numerical value
    regkeysGetting the list of keys
    regsetmultistrWriting a string sequence
    regsetnumWriting a number
    regvaltypeGetting the type of a registry value
    regvaluesGetting the list of values in a key
    regverifyCreating missing keys


     Copyright © 2004-2006 Gentee Inc. All rights reserved.