|
RegWriteInt procedure
Easy Registry utilities |
|
| acUtils
|
| procedure RegReadInt(KeyName, ValueName: String; Value: Integer; RootKey: hKey);
|
| The RegWriteInt procedure writes the integer Value to the registry, under specified KeyName and ValueName.
|
|
|
| RegReadInt function.
|