RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRegIniFile Methods

The methods of the TRegIniFile class are listed here.

 
Name 
Description 
 
Erases a data value that is associated with a key. 
 
Deletes a key and its data values in the system registry. 
 
Retrieves a Boolean value from a specified data value associated with a key. 
 
Retrieves an integer value from a specified data value (Ident) associated with a key (Section). 
 
Retrieves the names of all data values associated with a key, and stores the names in a TStrings object. 
 
Retrieves the names of all subkeys associated with the current key. 
 
Retrieves the data-values associated with a specified key, and stores the retrieved values in a string object. 
 
Retrieves a string value from a specified data value (Ident) associated with a key (Section). 
 
Writes a Boolean value to a specified data value associated with a specified key. 
 
Writes a long integer value to a specified data value associated with a specified key. 
 
Writes a string value to a specified data value associated with a specified key. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!