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

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

Description
The RegWriteStr procedure writes a string (Value parameter) 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
RegReadStr function.