System.Win.Registry.TRegIniFile Methods
InheritedProtected
| AfterConstruction | public | Responds after the last constructor has executed. |
| BeforeDestruction | public | Responds before the first destructor executes. |
| ChangeKey | protected | Setter method for the CurrentKey and CurrentPath properties. |
| CheckDisposed | protected | |
| CheckResult | protected | Checks whether a Windows API call finished successfully or not. |
| ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
| ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| ClassNameIs | public | Determines whether an object is of a specific type. |
| ClassParent | public | Returns the type of the immediate ancestor of a class. |
| ClassType | public | Returns the class reference for the object's class. |
| CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
| CloseKey | public | Writes the current key to the registry and closes the key. |
| Create | public | Creates a TRegIniFile object for an application. |
| CreateKey | public | Creates a new key in the registry. |
| DefaultHandler | public | Provides the interface for a method that processes message records. |
| DeleteKey | public | Erases a data value that is associated with a key. |
| DeleteValue | public | Erases a data value that is associated with the current key. |
| Destroy | public | Destroys an instance of TRegIniFile. |
| Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
| DisposeOf | public | DisposeOf forces the execution of the destructor code in an object. |
| Equals | public | Checks whether the current instance and the Obj parameter are equal. |
| EraseSection | public | Deletes a key and its data values in the system registry. |
| FieldAddress | public | Returns the address of a published object field. |
| Free | public | Destroys an object and frees its associated memory, if necessary. |
| FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
| GetBaseKey | protected | Returns the base key. |
| GetData | protected | Reads data from a registry entry in the current key. |
| GetDataAsString | public | Reads data from a registry entry in the current key. |
| GetDataInfo | public | Returns information about a specified data value associated with the current key. |
| GetDataSize | public | Returns the size, in bytes, of a specified data value associated with the current key. |
| GetDataType | public | Returns the enumerated data type of a specified data value associated with the current key. |
| GetDisposed | protected | Getter for the Disposed property. |
| GetHashCode | public | Returns an integer containing the hash code. |
| GetInterface | public | Retrieves a specified interface. |
| GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
| GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| GetKey | protected | Returns the HKEY equivalent to a key given as a string. |
| GetKeyInfo | public | Returns information about the current key. |
| GetKeyNames | public | Returns a string list containing the names of all subkeys belonging to the current key. |
| GetRootKeyName | protected | Returns the string root key name. |
| GetValueNames | public | Returns a string list containing the names of all data values associated with the current key. |
| HasSubKeys | public | Determines if the current key has subkeys. |
| InheritsFrom | public | Determines the relationship of two object types. |
| InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| InstanceSize | public | Returns the size in bytes of each instance of the object type. |
| KeyExists | public | Determines if a specified key exists. |
| LoadKey | public | Creates a subkey under the root key and loads registry information from a file into the newly created subkey. |
| MethodAddress | public | Returns the address of a class method by name. |
| MethodName | public | Returns the name of a class method by address. |
| MoveKey | public | Moves an existing key, its subkeys, and data values to a new location using a new key name. |
| NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| OpenKey | public | Opens a specified key. |
| OpenKeyReadOnly | public | Opens a specified key in a read-only manner. |
| PutData | protected | Writes data to a registry entry. |
| QualifiedClassName | public | Returns the qualified name of the class. |
| ReadBinaryData | public | Retrieves a binary value from a specified data value associated with the current key. |
| ReadBool | public | Retrieves a Boolean value from a specified data value associated with a key. |
| ReadCurrency | public | Retrieves a currency value from a specified data value associated with the current key. |
| ReadDate | public | Retrieves a date value from a specified data value associated with the current key. |
| ReadDateTime | public | Retrieves a date and time value from a specified data value associated with the current key. |
| ReadFloat | public | Retrieves a float value from a specified data value associated with the current key. |
| ReadInteger | public | Retrieves an integer value from a specified data value (Ident) associated with a key (Section). |
| ReadSection | public | Retrieves the names of all data values associated with a key, and stores the names in a TStrings object. |
| ReadSections | public | Retrieves the names of all subkeys associated with the current key. |
| ReadSectionValues | public | Retrieves the data-values associated with a specified key, and stores the retrieved values in a string object. |
| ReadString | public | Retrieves a string value from a specified data value (Ident) associated with a key (Section). |
| ReadTime | public | Retrieves a time value from a specified data value associated with the current key. |
| RegistryConnect | public | Establishes a connection to a registry on another computer. |
| RenameValue | public | Changes the name of a data value associated with the current key. |
| ReplaceKey | public | 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. |
| RestoreKey | public | Reopens the specified key, and overwrites any information contained in this key and its subkeys keys with registry data stored in a hive file. |
| SafeCallException | public | Handles exceptions in methods declared using the safecall calling convention. |
| SaveKey | public | 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. |
| SetCurrentKey | protected | Setter method for the CurrentKey property. |
| ToString | public | Returns a string containing the class name. |
| UnitName | public | Returns the name of the unit where the class is defined. |
| UnitScope | public | Returns the class's unit scope. |
| UnLoadKey | public | Removes a hive from the registry. |
| ValueExists | public | Determines if a specified data value exists for the current key. |
| WriteBinaryData | public | Stores a specifically named data value associated with the current key. |
| WriteBool | public | Writes a Boolean value to a specified data value associated with a specified key. |
| WriteCurrency | public | Stores a currency value in a specifically named data value associated with the current key. |
| WriteDate | public | Stores a date value in a specifically named data value associated with the current key. |
| WriteDateTime | public | Stores a datetime value in a specifically named data value associated with the current key. |
| WriteExpandString | public | Stores a string containing unexpanded references to environment variables in a specifically named data value associated with the current key. |
| WriteFloat | public | Stores a Double value in a specifically named data value associated with the current key. |
| WriteInteger | public | Writes a long integer value to a specified data value associated with a specified key. |
| WriteString | public | Writes a string value to a specified data value associated with a specified key. |
| WriteTime | public | Stores a time value in a specifically named data value associated with the current key. |