Manage Registry ActiveX Control provides the following properties:
| Property | Brief Description |
| IsOpened | Returns TRUE if the key is opened |
| IsCreated | Returns TRUE if the key exists |
| SubKeyCounter | Returns the number of subkeys |
| ValueCounter | Returns the number of values |
| HandleControl | Returns the handle of the key |
| SubKeys | Returns the array of Strings that contains subkeys |
| ValueNames | Returns the array of Strings that contains the names of variables |
| RootKey | Returns the root key (HKEY_LOCAL, HKEY_USERS, etc.) |
| SubKey | Returns the key except the root one |
| Key | Returns the full key |
See also
Registry ActiveX Methods Overview