|
 |
Develop multilingual applications |
 |
Change locale settings |
 |
Exchange data with other applications |
 |
Retrieve system settings (current user, printer, installed fonts...) |
 |
Store fixed or temporary values of your application |
 |
Register your application |
|
|
|
 |
RegistryManipulator Plug-in 1.6
Functions |
Details | Functions | Download |
Purchase


Function Overview
Administration
Locale Info
Registry

|
| Administration |
| GetRegCode |
GetRegCode returns the registration data of the plugin: Serial number, company name and city, plug-in name, version and edition, number of registered users. |
| SetRegCode |
SetRegCode registers the plug-in with the license information. |
| Version |
Version returns the current plug-in version. |
|
|


Locale Info |
| GetLocaleCountryInfo |
GetLocaleCountryInfo returns all locale country settings from the Regional Settings of the Windows Control Panel: country name, language name, code pages and many more. |
| GetLocaleCurrencyInfo |
GetLocaleCurrencyInfo returns all locale currency settings from the Regional Settings of the Windows Control Panel: monetary symbol, currency modes, currency name and many more. |
| GetLocaleDateInfo |
GetLocaleDateInfo returns all locale date settings from the Regional Settings of the Windows Control Panel: date format and separators, locale names, first week of the year and many more. |
| GetLocaleNumericInfo |
GetLocaleNumericInfo returns all locale numeric settings from the Regional Settings of the Windows Control Panel: decimal separators, symbols and digit grouping and many more. |
|
|
|


Registry
|
Get functions |
|
| RegGetKeyEntries |
RegGetKeyEntries returns all entries and values of a registry key. |
| RegGetSubKeys |
RegGetSubKeys returns all sub-keys of a registry key. |
| RegGetValue |
RegGetValue returns the value of an entry in the registry. |


Set functions |
| RegCreateKey |
RegCreateKey creates a new registry key. |
| RegDeleteEntry |
RegDeleteEntry deletes a registry entry. |
| RegDeleteKey |
RegDeleteKey deletes a registry key and all its entries in the registry. |
| RegSetValue |
RegSetValue sets a value in the Registry as string, expandable string or number. |
|
|
|
|