RegReadInt function
Easy Registry utilities |
![]() ![]() ![]() |
acUtils
|
function RegReadInt(KeyName, ValueName: String; DefaultValue: Integer; RootKey: hKey): LongInt;
|
The RegReadInt function reads and returns the integer value from the registry, under specified KeyName and ValueName. The DefaultValue parameter used to specify the return value if the KeyName or ValueName is not exists in the registry.
|
RegWriteInt procedure.
|