by ComponentSpace - 製品のタイプ: コンポーネント / ActiveX DLL
この商品については、日本語の説明書きはございません。
Read and write registry values including integers, strings, expanded strings, multi-strings and binary data. Create, delete, load and save registry keys. Enumerate registry keys and registry values. Easily access registries on remote computers. Practically every registry operation is available in an intuitive set of classes. The Registry Control offers Visual Basic developers complete access to the Windows registry in a easy to use yet powerful control. Part of ComponentSpace ActiveX Suite. Source Code available.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 27,615 (税込) | 1 Developer License | ダウンロード (293 KB) | |
| カートに追加 | ¥ 41,580 (税込) | 4 Developer Team License | ダウンロード (293 KB) | |
| カートに追加 | ¥ 55,440 (税込) | 8 Developer Team License | ダウンロード (293 KB) | |
| カートに追加 | ¥ 69,300 (税込) | 1 Site Developer License | ダウンロード (293 KB) | |
| カートに追加 | ¥ 138,810 (税込) | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | 要確認 | ダウンロード (396 KB) |
| カートに追加 | ¥ 13,755 (税込) | 1 Developer Premium Support License | ダウンロード (29 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
The Registry control includes four classes: RegistryAccessor, RegistryDatabase, RegistryKey, and RegistryValue.
The RegistryAccessor fast tracks the setting and querying of registry values. This class provides a very easy way to perform some of the more common registry operations. For more complex operations you need to use the RegistryDatabase, RegistryKey and RegistryValue classes.
The RegistryDatabase class models the local or a remote registry and is used to manipulate registry keys. With it you can create, delete, open, load and unload keys.
The RegistryKey class represents registry keys. Using this class you can access a keys sub-keys and values. Get and set values. Save and restore the key, its sub-keys and values. Enumerate the sub-keys and values by name or by object. Subscribe to change notification events for the key, specifying a notification filter and whether to also watch the sub-tree.
The RegistryValue class represents registry values. The default property, Value, allows you to get and set the registry value data. When setting the value the variant type determines the registry value type. When retrieving the value the registry value type determines the variant type. The mapping between registry value types and variant types is: binary data is stored as a byte array; an integer is stored in a long, a string or expanded string is stored in a string; and a multi-string is stored in a string array. The ExpandedString property allows expanded strings to be distinguished from normal strings.
Main Features
This control may also be purchased as part of the Key Technology ActiveX Suite.