RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegistry Methods

The methods of the TRegistry class are listed here.

 
Name 
Description 
 
This is ChangeKey, a member of class TRegistry. 
 
This is GetBaseKey, a member of class TRegistry. 
 
This is GetData, a member of class TRegistry. 
 
This is GetKey, a member of class TRegistry. 
 
This is PutData, a member of class TRegistry. 
 
This is SetCurrentKey, a member of class TRegistry. 
 
Name 
Description 
 
Writes the current key to the registry and closes the key. 
 
Creates a new key in the registry. 
 
Removes a specified key and its associated data from the registry. 
 
Erases a data value that is associated with the current key. 
 
This is GetDataAsString, a member of class TRegistry. 
 
Returns information about a specified data value associated with the current key. 
 
Returns the size, in bytes, of a specified data value associated with the current key. 
 
Returns the enumerated data type of a specified data value associated with the current key. 
 
Returns information about the current key. 
 
Returns a string list containing the names of all subkeys belonging to the current key. 
 
Returns a string list containing the names of all data values associated with the current key. 
 
Determines if the current key has subkeys. 
 
Determines if a specified key exists. 
 
Creates a subkey under the root key and loads registry information from a file into the newly created subkey. 
 
Moves an existing key, its subkeys, and data values to a new location using a new key name. 
 
Opens a specified key. 
 
Opens a specified key in a read-only manner. 
 
Retrieves a binary value from a specified data value associated with the current key. 
 
Retrieves a Boolean value from a specified data value associated with the current key. 
 
Retrieves a currency value from a specified data value associated with the current key. 
 
Retrieves a date value from a specified data value associated with the current key. 
 
Retrieves a date and time value from a specified data value associated with the current key. 
 
Retrieves a float value from a specified data value associated with the current key. 
 
Retrieves an integer value from a specified data value associated with the current key. 
 
Retrieves a string value from a specified data value associated with the current key. 
 
Retrieves a time value from a specified data value associated with the current key. 
 
Establishes a connection to a registry on another computer. 
 
Changes the name of a data value associated with the current key. 
 
Replaces the hive file backing a key and all its subkeys with a hive stored in a different file, so that when the system is next started, the key and subkeys will have the values stored in the new file. 
 
Reopens the specified key, and overwrites any information contained in this key and its subkeys keys with registry data stored in a hive file. 
 
Opens the specified key with the security access value KEY_ALL_ACCESS and saves the specified key and all of its subkeys and values to a hive file. 
 
Removes a hive from the registry. 
 
Determines if a specified data value exists for the current key. 
 
Stores a specifically named data value associated with the current key. 
 
Stores a Boolean value in a specifically named data value associated with the current key. 
 
Stores a currency value in a specifically named data value associated with the current key. 
 
Stores a date value in a specifically named data value associated with the current key. 
 
Stores a datetime value in a specifically named data value associated with the current key. 
 
Stores a string containing unexpanded references to environment variables in a specifically named data value associated with the current key. 
 
Stores a Double value in a specifically named data value associated with the current key. 
 
Stores an integer value in a specifically named data value associated with the current key. 
 
Stores a string value in a specifically named data value associated with the current key. 
 
Stores a time value in a specifically named data value associated with the current key. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!