RegWriteInt procedure
Easy Registry utilities
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
procedure RegReadInt(KeyName, ValueName: String; Value: Integer; RootKey: hKey);  

Description
The RegWriteInt procedure writes the integer Value to the registry, under specified KeyName and ValueName.  
 
iiinfo If specified KeyName is not exists in the registry, the routine will create it anyway.  

See also
RegReadInt function.