System.Win.Registry.TRegIniFile Properties
InheritedProtected
| Access | public | Specifies the level of access to use when opening keys. |
| CurrentKey | public | Specifies the registry key that is currently open. |
| CurrentPath | public | Indicates the registry path associated with the current key. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FileName | public | Specifies the name of the key opened or created in the system registry. |
| LastError | public | Specifies the last error encountered. |
| LastErrorMsg | public | Specifies the text message of the last error encountered. |
| LazyWrite | public | Specifies how keys are written to the registry when calling the CloseKey procedure. |
| RootKey | public | Specifies the root key for the TRegistry object in an application. |
| RootKeyName | public | Specifies the string name of the root key. |