Click or drag to resize

CREG Methods

The CREG type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all the parameters in a REG object
Public methodCopy
Copy
Public methodStatic memberCreate
Create a handle to a REG object
Public methodStatic memberCreateS
Create a handle to a REG object from a BF
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodGet(String, String)
Gets a string for a specified parameter in the REG object
Public methodGet(String, String, Int32)
Gets a string for a specified parameter in the REG object
Public methodGetInt
Gets an int for a specified parameter in the REG object
Public methodGetMakerXML
Gets the MAKER handle from the REG object.
Public methodGetOne(Int32, String, String)
Gets n-th entry of the REG object
Public methodGetOne(Int32, String, Int32, String, Int32)
Gets n-th entry of the REG object
Public methodGetReal
Gets an real for a specified parameter in the REG object
Public methodiEntries
Get the number of parms in a REG object
Public methodLoadINI
Load a registry from an INI file.
Public methodMatchString(String, String)
Replace a string with reg settings.
Public methodMatchString(String, String, Int32)
Replace a string with reg settings.
Public methodMerge
Merge
Public methodSaveINI
Save a REG to an INI file.
Public methodSerial
Serialize a REG object into a file.
Public methodSet
Sets a string parameter in the REG object
Public methodSetInt
Sets an int for a specified parameter in the REG object
Public methodSetReal
Sets an real for a specified parameter in the REG object
Top
See Also