RegReadInt function
Easy Registry utilities
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function RegReadInt(KeyName, ValueName: String; DefaultValue: Integer; RootKey: hKey): LongInt;  

Description
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.  

See also
RegWriteInt procedure.